public interface ActionPluginSender
| Modifier and Type | Method and Description |
|---|---|
ActionResponseMessage |
createMessage(ActionResponseMessage.Operation operation)
Factory to create new ActionResponseMessage messages.
|
void |
send(ActionResponseMessage msg)
Send a message to the engine.
|
ActionResponseMessage createMessage(ActionResponseMessage.Operation operation)
operation - the type of operationvoid send(ActionResponseMessage msg) throws Exception
msg - the response message to be sentException - any problemCopyright © 2015–2017 Red Hat, Inc.. All rights reserved.