Class HTTPEventNotification
java.lang.Object
org.graylog.events.notifications.types.HTTPEventNotification
- All Implemented Interfaces:
EventNotification
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionHTTPEventNotification(EventNotificationService notificationCallbackService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, UrlWhitelistService whitelistService, UrlWhitelistNotificationService urlWhitelistNotificationService, EncryptedValueService encryptedValueService, EventsConfigurationProvider configurationProvider, ParameterizedHttpClientProvider parameterizedHttpClientProvider) -
Method Summary
-
Constructor Details
-
Method Details
-
execute
public void execute(EventNotificationContext ctx) throws TemporaryEventNotificationException, PermanentEventNotificationException - Specified by:
executein interfaceEventNotification- Throws:
TemporaryEventNotificationExceptionPermanentEventNotificationException
-