| Interface | Description |
|---|---|
| ActionPluginListener |
A listener that will initialize the plugin and process incoming messages.
|
| MsgLogger |
Common log for INFO, WARN, ERROR and FATAL messages.
|
| PluginMessage |
A message sent to the plugin from the alerts engine
It has the alert payload as well as action properties
|
| PluginOperationMessage |
A message sent to the alerts engine from the plugin
It defines a code of operation and payloads
It used for plugin registration but additional operations should be supported
|
| Class | Description |
|---|---|
| MsgLogger_$logger |
Warning this class consists of generated code.
|
| Enum | Description |
|---|---|
| PluginOperationMessage.Operation |
| Annotation Type | Description |
|---|---|
| ActionPlugin |
Define an alerts actions plugin implementation
Plugin must have a unique name that will be used at registration phase
Plugin must implement ActionPluginListener interface
|
Copyright © 2015 Red Hat, Inc.. All rights reserved.