Uses of Interface
org.graylog.events.notifications.EventNotificationConfig
Packages that use EventNotificationConfig
Package
Description
-
Uses of EventNotificationConfig in org.graylog.events.contentpack.entities
Methods in org.graylog.events.contentpack.entities that return EventNotificationConfigModifier and TypeMethodDescriptionEmailEventNotificationConfigEntity.toNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities) HttpEventNotificationConfigEntity.toNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities) HttpEventNotificationConfigV2Entity.toNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities) LegacyAlarmCallbackEventNotificationConfigEntity.toNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities) -
Uses of EventNotificationConfig in org.graylog.events.legacy
Classes in org.graylog.events.legacy that implement EventNotificationConfig -
Uses of EventNotificationConfig in org.graylog.events.notifications
Classes in org.graylog.events.notifications that implement EventNotificationConfigMethods in org.graylog.events.notifications that return EventNotificationConfigModifier and TypeMethodDescriptionabstract EventNotificationConfigNotificationDto.config()abstract EventNotificationConfigEventNotificationContext.notificationConfig()default EventNotificationConfigEventNotificationConfig.prepareConfigUpdate(EventNotificationConfig newConfig) Methods in org.graylog.events.notifications with parameters of type EventNotificationConfigModifier and TypeMethodDescriptionabstract NotificationDto.BuilderNotificationDto.Builder.config(EventNotificationConfig config) abstract EventNotificationContext.BuilderEventNotificationContext.Builder.notificationConfig(EventNotificationConfig notificationConfig) default EventNotificationConfigEventNotificationConfig.prepareConfigUpdate(EventNotificationConfig newConfig) -
Uses of EventNotificationConfig in org.graylog.events.notifications.types
Classes in org.graylog.events.notifications.types that implement EventNotificationConfigModifier and TypeClassDescriptionclassclassclassMethods in org.graylog.events.notifications.types that return EventNotificationConfigModifier and TypeMethodDescriptionHTTPEventNotificationConfig.prepareConfigUpdate(EventNotificationConfig newConfig) HTTPEventNotificationConfigV2.prepareConfigUpdate(EventNotificationConfig newConfig) Methods in org.graylog.events.notifications.types with parameters of type EventNotificationConfigModifier and TypeMethodDescriptionHTTPEventNotificationConfig.prepareConfigUpdate(EventNotificationConfig newConfig) HTTPEventNotificationConfigV2.prepareConfigUpdate(EventNotificationConfig newConfig) -
Uses of EventNotificationConfig in org.graylog.integrations.notifications.types
Classes in org.graylog.integrations.notifications.types that implement EventNotificationConfigMethods in org.graylog.integrations.notifications.types that return EventNotificationConfigModifier and TypeMethodDescriptionSlackEventNotificationConfigEntity.toNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities) -
Uses of EventNotificationConfig in org.graylog.integrations.notifications.types.microsoftteams
Classes in org.graylog.integrations.notifications.types.microsoftteams that implement EventNotificationConfigModifier and TypeClassDescriptionclassDeprecated.classMethods in org.graylog.integrations.notifications.types.microsoftteams that return EventNotificationConfigModifier and TypeMethodDescriptionTeamsEventNotificationConfigEntity.toNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities) Deprecated.TeamsEventNotificationConfigV2Entity.toNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities) -
Uses of EventNotificationConfig in org.graylog.integrations.pagerduty
Classes in org.graylog.integrations.pagerduty that implement EventNotificationConfigModifier and TypeClassDescriptionclassConfiguration class for Pager Duty notifications.Methods in org.graylog.integrations.pagerduty that return EventNotificationConfigModifier and TypeMethodDescriptionPagerDutyNotificationConfigEntity.toNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities) -
Uses of EventNotificationConfig in org.graylog2.plugin
Method parameters in org.graylog2.plugin with type arguments of type EventNotificationConfigModifier and TypeMethodDescriptionprotected voidPluginModule.addNotificationType(String name, Class<? extends EventNotificationConfig> notificationClass, Class<? extends EventNotification> handlerClass, Class<? extends EventNotification.Factory> factoryClass) Deprecated.protected voidPluginModule.addNotificationType(String name, Class<? extends EventNotificationConfig> notificationClass, Class<? extends EventNotification> handlerClass, Class<? extends EventNotification.Factory> factoryClass, String contentPackEntityName, Class<? extends EventNotificationConfigEntity> contentPackEntityClass)