IAlertNotifierPlugin
Alert Notifier plugin interfacepublic interface IAlertPlugin extends IAlertNotifierCommon
Modifier and Type | Interface and Description |
---|---|
static class |
IAlertPlugin.AlertInfo
Deprecated.
|
static class |
IAlertPlugin.Constants
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
invoke(IAlertPlugin.AlertInfo info,
java.lang.String[] config)
Deprecated.
Pass
IAlertPlugin.AlertInfo and configuration strings to an alert plugin. |
void invoke(IAlertPlugin.AlertInfo info, java.lang.String[] config) throws java.lang.Exception
IAlertPlugin.AlertInfo
and configuration strings to an alert plugin.info
- An IAlertPlugin.AlertInfo
with information provided by the Server.config
- An array of strings from rule action configuration.
java.lang.Exception