Class HTTPEventNotification
java.lang.Object
org.graylog.events.notifications.types.HTTPNotification
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
Methods inherited from class org.graylog.events.notifications.types.HTTPNotification
addApiKey, addAuthHeader, addHeaders, validateUrl
-
Constructor Details
-
Method Details
-
execute
public void execute(EventNotificationContext ctx) throws TemporaryEventNotificationException, PermanentEventNotificationException - Specified by:
executein interfaceEventNotification- Throws:
TemporaryEventNotificationExceptionPermanentEventNotificationException
-