temporalio.bridge.services_generated.HealthService
class documentation

class HealthService: (source)

Known subclasses: temporalio.service.HealthService

Constructor: HealthService(client)

View In Hierarchy

RPC calls for the HealthService.

def __init__(self, client: ServiceClient): (source)

Initialize service with the provided ServiceClient.

Invokes the HealthService.check rpc method.

Undocumented

_service: str = (source)

Undocumented