Class EmailNotifier


  • public class EmailNotifier
    extends java.lang.Object
    Author:
    Ikasan Development Team
    • Constructor Summary

      Constructors 
      Constructor Description
      EmailNotifier()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.ikasan.monitor.notifier.EmailNotifierConfiguration getConfiguration()  
      void sendNotification​(EmailNotification emailNotification)  
      void setConfiguration​(org.ikasan.monitor.notifier.EmailNotifierConfiguration configuration)  
      protected javax.mail.Address[] toArray​(java.util.List<java.lang.String> emailAddresses)
      Convert the email addresses to actual Address implementations
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EmailNotifier

        public EmailNotifier()
    • Method Detail

      • sendNotification

        public void sendNotification​(EmailNotification emailNotification)
      • toArray

        protected javax.mail.Address[] toArray​(java.util.List<java.lang.String> emailAddresses)
        Convert the email addresses to actual Address implementations
        Parameters:
        emailAddresses -
        Returns:
      • getConfiguration

        public org.ikasan.monitor.notifier.EmailNotifierConfiguration getConfiguration()
      • setConfiguration

        public void setConfiguration​(org.ikasan.monitor.notifier.EmailNotifierConfiguration configuration)