class documentation

class HealthService: (source)

Known subclasses: temporalio.service.HealthService

Constructor: HealthService(client)

View In Hierarchy

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
def __init__(self, client: ServiceClient): (source)

Initialize service with the provided ServiceClient.

Invokes the HealthService.check rpc method.

Undocumented

_service: str = (source)

Undocumented