class HealthCheckServiceInterface
Defined at line 31 of file ../../third_party/grpc-migrating/src/include/grpcpp/health_check_service_interface.h
The gRPC server uses this interface to expose the health checking service
without depending on protobuf.
Public Methods
void SetServingStatus (const std::string & service_name, bool serving)
Set or change the serving status of the given
void SetServingStatus (bool serving)
Apply to all registered service names.
void ~HealthCheckServiceInterface ()
Defined at line 33 of file ../../third_party/grpc-migrating/src/include/grpcpp/health_check_service_interface.h
void Shutdown ()
Set all registered service names to not serving and prevent future
state changes.
Defined at line 43 of file ../../third_party/grpc-migrating/src/include/grpcpp/health_check_service_interface.h