class documentation
class _BridgeServiceClient(ServiceClient): (source)
Constructors: _BridgeServiceClient.connect(config)
, _BridgeServiceClient(config)
Undocumented
Async Static Method | connect |
Connect directly to Temporal services. |
Method | __init__ |
Initialize the base service client. |
Method | update |
Update Core client API key. |
Method | update |
Update Core client metadata. |
Property | worker |
Underlying service client. |
Async Method | _connected |
Undocumented |
Async Method | _rpc |
Undocumented |
Instance Variable | _bridge |
Undocumented |
Instance Variable | _bridge |
Undocumented |
Instance Variable | _bridge |
Undocumented |
Inherited from ServiceClient
:
Async Method | check |
Check whether the WorkflowService is up. |
Instance Variable | cloud |
Undocumented |
Instance Variable | config |
Undocumented |
Instance Variable | operator |
Undocumented |
Instance Variable | test |
Undocumented |
Instance Variable | workflow |
Undocumented |
Method | _new |
Undocumented |
Instance Variable | _check |
Undocumented |
async def _rpc_call(self, rpc:
str
, req: google.protobuf.message.Message
, resp_type: Type[ ServiceResponse]
, *, service: str
, retry: bool
, metadata: Mapping[ str, str]
, timeout: Optional[ timedelta]
) -> ServiceResponse
:
(source)
¶
Undocumented