Uses of Class
org.ikasan.notification.configuration.EmailNotificationParamsConfiguration
-
Packages that use EmailNotificationParamsConfiguration Package Description org.ikasan.notification org.ikasan.notification.configuration org.ikasan.notification.notifier -
-
Uses of EmailNotificationParamsConfiguration in org.ikasan.notification
Methods in org.ikasan.notification with parameters of type EmailNotificationParamsConfiguration Modifier and Type Method Description EmailNotifierNotificationConfiguration. notificationEmailNotifier(org.thymeleaf.TemplateEngine emailTemplateEngine, org.ikasan.monitor.notifier.EmailNotifierConfiguration emailConfiguration, EmailNotificationParamsConfiguration emailNotificationParamsConfiguration) -
Uses of EmailNotificationParamsConfiguration in org.ikasan.notification.configuration
Methods in org.ikasan.notification.configuration that return EmailNotificationParamsConfiguration Modifier and Type Method Description EmailNotificationParamsConfigurationEmailNotificationParamsFactory. emailNotificationParamsConfiguration() -
Uses of EmailNotificationParamsConfiguration in org.ikasan.notification.notifier
Constructors in org.ikasan.notification.notifier with parameters of type EmailNotificationParamsConfiguration Constructor Description EmailNotifier(org.ikasan.spec.scheduled.notification.service.EmailNotificationDetailsService emailNotificationDetailsService, org.ikasan.spec.scheduled.notification.service.EmailNotificationContextService emailNotificationContextService, org.ikasan.spec.scheduled.notification.service.NotificationSendAuditService notificationSendAuditService, EmailNotificationParamsConfiguration emailNotificationParamsConfiguration, org.thymeleaf.TemplateEngine templateEngine, java.lang.String mailLinkUrl)
-