temporalio.service.ServiceClient

class documentation

Direct client to Temporal services.

Async Static Method connect Connect directly to Temporal services.
Method __init__ Initialize the base service client.
Async Method check_health the WorkflowService is used.
Method update_api_key Update service client's API key.
Method update_rpc_metadata Update service client's RPC metadata.
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
Property worker_service_client Underlying service client.
Async Method _rpc_call Undocumented

Connect directly to Temporal services.

Initialize the base service client.

Check whether the provided service is up. If no service is specified,
the WorkflowService is used.
Returns
boolTrue when available, false if the server is running but the service is unavailable (rare), or raises an error if server/service cannot be reached.

Update service client's API key.

Update service client's RPC metadata.

Underlying service client.