Module tonic_health::server[][src]

Contains all healthcheck based server utilities.

Structs

HealthReporter

A handle providing methods to update the health status of gRPC services. A HealthReporter is connected to a HealthServer which serves the statuses over the grpc.health.v1.Health service.

Functions

health_reporter

Creates a HealthReporter and a linked HealthServer pair. Together, these types can be used to serve the gRPC Health Checking service.