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 |
the WorkflowService is used. |
| Method | update |
Update service client's API key. |
| Method | update |
Update service client's RPC metadata. |
| Instance Variable | cloud |
Undocumented |
| Instance Variable | config |
Undocumented |
| Instance Variable | health |
Undocumented |
| Instance Variable | operator |
Undocumented |
| Instance Variable | test |
Undocumented |
| Instance Variable | workflow |
Undocumented |
| Property | worker |
Underlying service client. |
| Async Method | _rpc |
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 | |
bool | True 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.