Uses of Class
org.graylog.events.notifications.EventNotificationService
Packages that use EventNotificationService
Package
Description
-
Uses of EventNotificationService in org.graylog.events.legacy
Constructors in org.graylog.events.legacy with parameters of type EventNotificationServiceModifierConstructorDescriptionLegacyAlarmCallbackEventNotification(EventNotificationService notificationCallbackService, LegacyAlarmCallbackSender alarmCallbackSender) -
Uses of EventNotificationService in org.graylog.events.notifications.types
Constructors in org.graylog.events.notifications.types with parameters of type EventNotificationServiceModifierConstructorDescriptionEmailEventNotification(EventNotificationService notificationCallbackService, EmailSender emailSender, NotificationService notificationService, NodeId nodeId, LookupTableService lookupTableService, ObjectMapperProvider objectMapperProvider, HttpConfiguration httpConfiguration, EmailRecipients.Factory emailRecipientsFactory, com.floreysoft.jmte.Engine templateEngine) HTTPEventNotification(EventNotificationService notificationCallbackService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, UrlWhitelistService whitelistService, UrlWhitelistNotificationService urlWhitelistNotificationService, EncryptedValueService encryptedValueService, EventsConfigurationProvider configurationProvider, ParameterizedHttpClientProvider parameterizedHttpClientProvider) HTTPEventNotificationV2(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) -
Uses of EventNotificationService in org.graylog.integrations.notifications.types
Constructors in org.graylog.integrations.notifications.types with parameters of type EventNotificationServiceModifierConstructorDescriptionSlackEventNotification(EventNotificationService notificationCallbackService, ObjectMapperProvider objectMapperProvider, com.floreysoft.jmte.Engine templateEngine, NotificationService notificationService, NodeId nodeId, SlackClient slackClient, HttpConfiguration httpConfiguration) -
Uses of EventNotificationService in org.graylog.integrations.notifications.types.microsoftteams
Constructors in org.graylog.integrations.notifications.types.microsoftteams with parameters of type EventNotificationServiceModifierConstructorDescriptionTeamsEventNotification(EventNotificationService notificationCallbackService, ObjectMapperProvider objectMapperProvider, com.floreysoft.jmte.Engine templateEngine, NotificationService notificationService, NodeId nodeId, RequestClient requestClient, HttpConfiguration httpConfiguration) Deprecated.TeamsEventNotificationV2(EventNotificationService notificationCallbackService, ObjectMapperProvider objectMapperProvider, com.floreysoft.jmte.Engine jsonTemplateEngine, NotificationService notificationService, NodeId nodeId, RequestClient requestClient, HttpConfiguration httpConfiguration)