temporalio.service._BridgeServiceClient

Async Static Method connect Connect directly to Temporal services.
Method __init__ Initialize the base service client.
Method update_api_key Update Core client API key.
Method update_rpc_metadata Update Core client metadata.
Property worker_service_client Underlying service client.
Async Method _connected_client Undocumented
Async Method _rpc_call Undocumented
Instance Variable _bridge_client Undocumented
Instance Variable _bridge_client_connect_lock Undocumented
Instance Variable _bridge_config Undocumented

Inherited from ServiceClient:

Async Method check_health the WorkflowService is used.
Instance Variable cloud_service Undocumented
Instance Variable config Undocumented
Instance Variable health_service Undocumented
Instance Variable operator_service Undocumented
Instance Variable test_service Undocumented
Instance Variable workflow_service Undocumented

Connect directly to Temporal services.

Initialize the base service client.

Update Core client API key.

Update Core client metadata.

Underlying service client.