Interface ActionHandlerIdMessage
-
- All Superinterfaces:
ActionHandlerMessage,JsonMessage,java.io.Serializable
- All Known Implementing Classes:
AbstractActionHandlerIdMessage,ActionHandlerAck,ActionHandlerNack,ActionHandlerResult,ActionHandlerSubmit
public interface ActionHandlerIdMessage extends ActionHandlerMessage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()-
Methods inherited from interface co.arago.hiro.client.model.websocket.action.ActionHandlerMessage
getType
-
Methods inherited from interface co.arago.hiro.client.model.JsonMessage
toJsonString, toPrettyJsonString
-
-