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) 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 TypeClassDescriptionclassclassMethods in org.graylog.events.notifications.types that return EventNotificationConfigModifier and TypeMethodDescriptionHTTPEventNotificationConfig.prepareConfigUpdate(EventNotificationConfig newConfig) Methods in org.graylog.events.notifications.types with parameters of type EventNotificationConfigModifier and TypeMethodDescriptionHTTPEventNotificationConfig.prepareConfigUpdate(EventNotificationConfig newConfig) -
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)