Class HTTPEventNotificationV2
java.lang.Object
org.graylog.events.notifications.types.HTTPNotification
org.graylog.events.notifications.types.HTTPEventNotificationV2
- All Implemented Interfaces:
EventNotification
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionHTTPEventNotificationV2(EventNotificationService notificationCallbackService, ObjectMapperProvider objectMapperProvider, UrlWhitelistService whitelistService, UrlWhitelistNotificationService urlWhitelistNotificationService, EncryptedValueService encryptedValueService, EventsConfigurationProvider configurationProvider, com.floreysoft.jmte.Engine templateEngine, com.floreysoft.jmte.Engine jsonTemplateEngine, NotificationService notificationService, NodeId nodeId, 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
-