Uses of Class
co.arago.hiro.client.model.websocket.action.AbstractActionHandlerIdMessage
-
Packages that use AbstractActionHandlerIdMessage Package Description co.arago.hiro.client.model.websocket.action.impl -
-
Uses of AbstractActionHandlerIdMessage in co.arago.hiro.client.model.websocket.action.impl
Subclasses of AbstractActionHandlerIdMessage in co.arago.hiro.client.model.websocket.action.impl 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 }
-