Uses of Class
org.ikasan.dashboard.notification.email.EmailNotifier
-
Packages that use EmailNotifier Package Description org.ikasan.dashboard.notification -
-
Uses of EmailNotifier in org.ikasan.dashboard.notification
Methods in org.ikasan.dashboard.notification that return EmailNotifier Modifier and Type Method Description EmailNotifierBusinessStreamNotificationConfiguration. emailNotifier(org.ikasan.monitor.notifier.EmailNotifierConfiguration emailConfiguration)Methods in org.ikasan.dashboard.notification with parameters of type EmailNotifier Modifier and Type Method Description java.util.List<BusinessStreamNotificationJob>BusinessStreamNotificationConfiguration. businessStreamNotificationJobs(org.thymeleaf.TemplateEngine emailTemplateEngine, java.util.List<BusinessStreamNotification> businessStreamNotifications, BusinessStreamNotificationService businessStreamNotificationService, org.ikasan.spec.configuration.PlatformConfigurationService platformConfigurationService, EmailNotifier emailNotifier)Constructors in org.ikasan.dashboard.notification with parameters of type EmailNotifier Constructor Description BusinessStreamNotificationJob(org.thymeleaf.TemplateEngine templateEngine, BusinessStreamNotification businessStreamNotification, BusinessStreamNotificationService businessStreamNotificationService, org.ikasan.spec.configuration.PlatformConfigurationService platformConfigurationService, EmailNotifier emailNotifier)
-