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.FactoryModifierConstructorDescriptionEmailEventNotification(EventNotificationService notificationCallbackService, EmailSender emailSender, NotificationService notificationService, NodeId nodeId, LookupTableService lookupTableService, ObjectMapperProvider objectMapperProvider, HttpConfiguration httpConfiguration, EmailRecipients.Factory emailRecipientsFactory, com.floreysoft.jmte.Engine templateEngine) -
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)