#include <health_check_service_interface.h>
Public Member Functions | |
virtual void | SetServingStatus (bool serving)=0 |
Apply to all registered service names. More... | |
virtual void | SetServingStatus (const std::string &service_name, bool serving)=0 |
Set or change the serving status of the given service_name. More... | |
virtual void | Shutdown () |
virtual | ~HealthCheckServiceInterface () |
The gRPC server uses this interface to expose the health checking service without depending on protobuf.
Definition at line 31 of file grpcpp/health_check_service_interface.h.
|
inlinevirtual |
Definition at line 33 of file grpcpp/health_check_service_interface.h.
|
pure virtual |
Apply to all registered service names.
Implemented in grpc::DefaultHealthCheckService.
|
pure virtual |
Set or change the serving status of the given service_name.
Implemented in grpc::DefaultHealthCheckService.
|
inlinevirtual |
Set all registered service names to not serving and prevent future state changes.
Reimplemented in grpc::DefaultHealthCheckService.
Definition at line 43 of file grpcpp/health_check_service_interface.h.