Uses of Class
org.ikasan.notification.notifier.EmailNotifier
-
Packages that use EmailNotifier Package Description org.ikasan.notification -
-
Uses of EmailNotifier in org.ikasan.notification
Methods in org.ikasan.notification that return EmailNotifier Modifier and Type Method Description EmailNotifierNotificationConfiguration. notificationEmailNotifier(org.thymeleaf.TemplateEngine emailTemplateEngine, org.ikasan.monitor.notifier.EmailNotifierConfiguration emailConfiguration, EmailNotificationParamsConfiguration emailNotificationParamsConfiguration)Methods in org.ikasan.notification with parameters of type EmailNotifier Modifier and Type Method Description java.util.List<org.ikasan.spec.scheduled.notification.model.Notifier>NotificationConfiguration. jobRunningTimesNotifiers(EmailNotifier notificationEmailNotifier)java.util.List<org.ikasan.spec.scheduled.notification.model.Notifier>NotificationConfiguration. overdueFileNotifiers(EmailNotifier notificationEmailNotifier)java.util.List<org.ikasan.spec.scheduled.notification.model.Notifier>NotificationConfiguration. stateChangeNotifiers(EmailNotifier notificationEmailNotifier)
-