public interface ActionPluginListener
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getDefaultProperties()
The alerts engine registers the plugins available with their default values.
|
Set<String> |
getProperties()
The alerts engine registers the plugins available with their properties.
|
void |
process(ActionMessage msg)
This method is invoked by the ActionService to process a new action generated by the engine.
|
Set<String> getProperties()
Map<String,String> getDefaultProperties()
void process(ActionMessage msg) throws Exception
msg - PluginMessage received to be processed by the pluginException - any problemCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.