Package org.graylog.events.legacy
Class LegacyAlarmCallbackEventNotificationConfig
java.lang.Object
org.graylog.events.legacy.LegacyAlarmCallbackEventNotificationConfig
- All Implemented Interfaces:
EventNotificationConfig,ContentPackable<EventNotificationConfigEntity>
public abstract class LegacyAlarmCallbackEventNotificationConfig
extends Object
implements EventNotificationConfig
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.graylog.events.notifications.EventNotificationConfig
EventNotificationConfig.FallbackNotificationConfig -
Field Summary
FieldsFields inherited from interface org.graylog.events.notifications.EventNotificationConfig
FIELD_NOTIFICATION_ID, TYPE_FIELD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()abstract StringtoContentPackEntity(EntityDescriptorIds entityDescriptorIds) toJobTriggerData(EventDto dto) validate()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog2.contentpacks.ContentPackable
getContentPackPluginPackage, resolveNativeEntityMethods inherited from interface org.graylog.events.notifications.EventNotificationConfig
prepareConfigUpdate, type
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
LegacyAlarmCallbackEventNotificationConfig
public LegacyAlarmCallbackEventNotificationConfig()
-
-
Method Details
-
callbackType
-
configuration
-
toJobTriggerData
- Specified by:
toJobTriggerDatain interfaceEventNotificationConfig
-
builder
-
validate
- Specified by:
validatein interfaceEventNotificationConfig
-
toContentPackEntity
- Specified by:
toContentPackEntityin interfaceContentPackable<EventNotificationConfigEntity>
-