class documentation
class HealthService: (source)
Known subclasses: temporalio.service.HealthService
Constructor: HealthService(client)
RPC calls for the HealthService.
| Method | __init__ |
Initialize service with the provided ServiceClient. |
| Async Method | check |
Invokes the HealthService.check rpc method. |
| Instance Variable | _client |
Undocumented |
| Instance Variable | _service |
Undocumented |