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:
-
BASE_RPC_API_VERSION = '1.0'
-
cast(ctxt, msg, version=None)[source]
-
static make_msg(method, **kwargs)[source]