Package org.duracloud.mill.notification
Interface NotificationManager
-
- All Known Implementing Classes:
SESNotificationManager,SMTPNotificationManager
public interface NotificationManager- Author:
- Daniel Bernstein Date: Dec 31, 2013
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsendEmail(String subject, String body)Send a generic notification to the mill's admin
-