Uses of Interface
co.arago.hiro.client.model.websocket.action.ActionHandlerMessage
-
Packages that use ActionHandlerMessage Package Description co.arago.hiro.client.model.websocket.action co.arago.hiro.client.model.websocket.action.impl -
-
Uses of ActionHandlerMessage in co.arago.hiro.client.model.websocket.action
Subinterfaces of ActionHandlerMessage in co.arago.hiro.client.model.websocket.action Modifier and Type Interface Description interfaceActionHandlerCodeMessageinterfaceActionHandlerIdMessageClasses in co.arago.hiro.client.model.websocket.action that implement ActionHandlerMessage Modifier and Type Class Description classAbstractActionHandlerIdMessage -
Uses of ActionHandlerMessage in co.arago.hiro.client.model.websocket.action.impl
Classes in co.arago.hiro.client.model.websocket.action.impl that implement ActionHandlerMessage Modifier and Type Class Description classActionHandlerAck{ "type": "acknowledged", "id": "id1", "code": 200, "message: "..." }classActionHandlerConfigChanged{ "type": "configChanged" }classActionHandlerError{ "type": "error", "code": 400, "message: "bad request" }classActionHandlerNack{ "type": "negativeAcknowledged", "id": "id1", "code": 400, "message: "bad request" }classActionHandlerResult{ "type": "sendActionResult", "id": "id1", "result": "..." }classActionHandlerSubmit{ "type": "submitAction", "id": "id1", "handler": "handlerId", "capability": "ExecuteCommand", "parameters": {}, "timeout": 30000 }
-