Interface ActionHandlerMessage
-
- All Superinterfaces:
JsonMessage,java.io.Serializable
- All Known Subinterfaces:
ActionHandlerCodeMessage,ActionHandlerIdMessage
- All Known Implementing Classes:
AbstractActionHandlerIdMessage,ActionHandlerAck,ActionHandlerConfigChanged,ActionHandlerError,ActionHandlerNack,ActionHandlerResult,ActionHandlerSubmit
public interface ActionHandlerMessage extends JsonMessage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionMessageTypegetType()-
Methods inherited from interface co.arago.hiro.client.model.JsonMessage
toJsonString, toJsonStringNoNull, toPrettyJsonString, toPrettyJsonStringNoNull
-
-
-
-
Method Detail
-
getType
ActionMessageType getType()
-
-