Interface NotificationManager

All Known Implementing Classes:
SESNotificationManager, SMTPNotificationManager

public interface NotificationManager
Author:
Daniel Bernstein Date: Dec 31, 2013
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendEmail(String subject, String body)
    Send a generic notification to the mill's admin
  • Method Details

    • sendEmail

      void sendEmail(String subject, String body)
      Send a generic notification to the mill's admin
      Parameters:
      subject - message subject
      body - message body