Uses of Interface
org.graylog2.alerts.EmailRecipients.Factory
Packages that use EmailRecipients.Factory
-
Uses of EmailRecipients.Factory in org.graylog.events.notifications.types
Constructors in org.graylog.events.notifications.types with parameters of type EmailRecipients.FactoryModifierConstructorDescriptionEmailSender(EmailRecipients.Factory emailRecipientsFactory, NotificationService notificationService, NodeId nodeId, ObjectMapperProvider objectMapperProvider, com.floreysoft.jmte.Engine templateEngine, com.floreysoft.jmte.Engine htmlTemplateEngine, EmailFactory emailFactory) -
Uses of EmailRecipients.Factory in org.graylog2.alarmcallbacks
Constructors in org.graylog2.alarmcallbacks with parameters of type EmailRecipients.FactoryModifierConstructorDescriptionEmailAlarmCallback(AlertSender alertSender, NotificationService notificationService, NodeId nodeId, EmailRecipients.Factory emailRecipientsFactory, UserService userService, EmailConfiguration emailConfiguration, Configuration graylogConfig)