public interface IAlertNotifierPlugin extends IAlertNotifierCommon
Modifier and Type | Interface and Description |
---|---|
static class |
IAlertNotifierPlugin.AlertSeverity
Alert Severity: ALARM or WARNING
Note: Equality can be tested using the == operator.
|
static interface |
IAlertNotifierPlugin.IAlertNotifierContext
Alert Notifier Context
|
Modifier and Type | Method and Description |
---|---|
void |
notify(IAlertNotifierPlugin.IAlertNotifierContext context)
Main entry point of the plugin.
|
void notify(IAlertNotifierPlugin.IAlertNotifierContext context) throws java.lang.Exception
java.lang.Exception