callCommand method
- String name,
- String correlationId,
- dynamic params
inherited
Calls a remote method via HTTP commadable protocol. The call is made via POST operation and all parameters are sent in body object. The complete route to remote method is defined as baseRoute + "/" + name.
name
a name of the command to call.correlationId
(optional) transaction id to trace execution through call chain.params
command parameters. Return Future that receives result or error.