Uses of Class
org.graylog.events.notifications.EventNotificationContext
Packages that use EventNotificationContext
Package
Description
-
Uses of EventNotificationContext in org.graylog.events.legacy
Methods in org.graylog.events.legacy with parameters of type EventNotificationContextModifier and TypeMethodDescriptionvoidLegacyAlarmCallbackEventNotification.execute(EventNotificationContext ctx) -
Uses of EventNotificationContext in org.graylog.events.notifications
Methods in org.graylog.events.notifications that return EventNotificationContextModifier and TypeMethodDescriptionabstract EventNotificationContextEventNotificationContext.Builder.build()static EventNotificationContextNotificationTestData.getDummyContext(NotificationDto notificationDto, String userName) Methods in org.graylog.events.notifications with parameters of type EventNotificationContextModifier and TypeMethodDescriptionvoidEventNotification.execute(EventNotificationContext ctx) com.google.common.collect.ImmutableList<MessageSummary>EventNotificationService.getBacklogForEvent(EventNotificationContext ctx) static EventNotificationModelDataEventNotificationModelData.of(EventNotificationContext ctx, List<MessageSummary> backlog) -
Uses of EventNotificationContext in org.graylog.events.notifications.types
Methods in org.graylog.events.notifications.types with parameters of type EventNotificationContextModifier and TypeMethodDescriptionvoidEmailEventNotification.execute(EventNotificationContext ctx) voidHTTPEventNotification.execute(EventNotificationContext ctx)