| Package | Description |
|---|---|
| org.graylog.events.legacy | |
| org.graylog.events.notifications | |
| org.graylog.events.notifications.types | |
| org.graylog2.plugin |
| Modifier and Type | Class and Description |
|---|---|
class |
LegacyAlarmCallbackEventNotification |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EventNotification.Factory<TYPE extends EventNotification> |
| Modifier and Type | Class and Description |
|---|---|
class |
EmailEventNotification |
class |
HTTPEventNotification |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PluginModule.addNotificationType(String name,
Class<? extends EventNotificationConfig> notificationClass,
Class<? extends EventNotification> handlerClass,
Class<? extends EventNotification.Factory> factoryClass)
Deprecated.
|
protected void |
PluginModule.addNotificationType(String name,
Class<? extends EventNotificationConfig> notificationClass,
Class<? extends EventNotification> handlerClass,
Class<? extends EventNotification.Factory> factoryClass,
String contentPackEntityName,
Class<? extends EventNotificationConfigEntity> contentPackEntityClass) |
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.