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