Uses of Interface
co.arago.hiro.client.model.websocket.action.ActionHandlerIdMessage
-
Packages that use ActionHandlerIdMessage Package Description co.arago.hiro.client.model.websocket.action co.arago.hiro.client.model.websocket.action.impl -
-
Uses of ActionHandlerIdMessage in co.arago.hiro.client.model.websocket.action
Classes in co.arago.hiro.client.model.websocket.action that implement ActionHandlerIdMessage Modifier and Type Class Description classAbstractActionHandlerIdMessage -
Uses of ActionHandlerIdMessage in co.arago.hiro.client.model.websocket.action.impl
Classes in co.arago.hiro.client.model.websocket.action.impl that implement ActionHandlerIdMessage Modifier and Type Class Description classActionHandlerAck{ "type": "acknowledged", "id": "id1", "code": 200, "message: "..." }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 }
-