Class BusinessStreamNotificationConfiguration


  • @Component
    public class BusinessStreamNotificationConfiguration
    extends java.lang.Object
    • Constructor Detail

      • BusinessStreamNotificationConfiguration

        public BusinessStreamNotificationConfiguration()
    • Method Detail

      • emailNotifier

        @Bean
        public EmailNotifier emailNotifier​(org.ikasan.monitor.notifier.EmailNotifierConfiguration emailConfiguration)
      • emailTemplateEngine

        @Bean
        public org.thymeleaf.TemplateEngine emailTemplateEngine()
      • businessStreamNotifications

        @Bean
        @ConfigurationProperties(prefix="dashboard.notification")
        public java.util.List<BusinessStreamNotification> businessStreamNotifications()
      • businessStreamNotificationService

        @Bean
        public BusinessStreamNotificationService businessStreamNotificationService​(org.ikasan.spec.metadata.BusinessStreamMetaDataService businessStreamMetaDataService,
                                                                                   org.ikasan.spec.solr.SolrGeneralService solrGeneralService)