class documentation
class HealthService(temporalio.bridge.services_generated.HealthService): (source)
Constructor: HealthService(client)
Client to the Temporal server's health service.
Inherited from 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 |