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 | health |
Undocumented |
| Instance Variable | operator |
Undocumented |
| Instance Variable | test |
Undocumented |
| Instance Variable | workflow |
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 | bytes], timeout: timedelta | None) -> ServiceResponse:
(source)
¶
Undocumented