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) -
Method Summary
-
Constructor Details
-
EmailEventNotification
@Inject public EmailEventNotification(EventNotificationService notificationCallbackService, EmailSender emailSender, NotificationService notificationService, NodeId nodeId)
-
-
Method Details
-
execute
public void execute(EventNotificationContext ctx) throws TemporaryEventNotificationException, PermanentEventNotificationException - Specified by:
executein interfaceEventNotification- Throws:
TemporaryEventNotificationExceptionPermanentEventNotificationException
-