The heat.rpc.worker_client ModuleΒΆ

Client side of the heat worker RPC API.

class heat.rpc.worker_client.WorkerClient[source]

Bases: object

Client side of the heat worker RPC API.

API version history:

1.0 - Initial version.
BASE_RPC_API_VERSION = '1.0'
cast(ctxt, msg, version=None)[source]
static make_msg(method, **kwargs)[source]

Previous topic

The heat.rpc.worker_api Module

Next topic

The heat.rpc.client Module

This Page