Uses of Class
org.ikasan.dashboard.notification.service.BusinessStreamNotificationService
-
Packages that use BusinessStreamNotificationService Package Description org.ikasan.dashboard.notification -
-
Uses of BusinessStreamNotificationService in org.ikasan.dashboard.notification
Methods in org.ikasan.dashboard.notification that return BusinessStreamNotificationService Modifier and Type Method Description BusinessStreamNotificationServiceBusinessStreamNotificationConfiguration. businessStreamNotificationService(org.ikasan.spec.metadata.BusinessStreamMetaDataService businessStreamMetaDataService, org.ikasan.spec.solr.SolrGeneralService solrGeneralService)Methods in org.ikasan.dashboard.notification with parameters of type BusinessStreamNotificationService 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 BusinessStreamNotificationService Constructor Description BusinessStreamNotificationJob(org.thymeleaf.TemplateEngine templateEngine, BusinessStreamNotification businessStreamNotification, BusinessStreamNotificationService businessStreamNotificationService, org.ikasan.spec.configuration.PlatformConfigurationService platformConfigurationService, EmailNotifier emailNotifier)
-