Class EmailEventNotification
java.lang.Object
org.graylog.events.notifications.types.EmailEventNotification
- All Implemented Interfaces:
EventNotification
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionEmailEventNotification(EventNotificationService notificationCallbackService, EmailSender emailSender, NotificationService notificationService, NodeId nodeId, LookupTableService lookupTableService, ObjectMapperProvider objectMapperProvider, HttpConfiguration httpConfiguration, EmailRecipients.Factory emailRecipientsFactory, com.floreysoft.jmte.Engine templateEngine) -
Method Summary
-
Constructor Details
-
Method Details
-
execute
public void execute(EventNotificationContext ctx) throws TemporaryEventNotificationException, PermanentEventNotificationException - Specified by:
executein interfaceEventNotification- Throws:
TemporaryEventNotificationExceptionPermanentEventNotificationException
-