|
GRPC C++
1.32.0
|
#include <grpcpp/support/config.h>Go to the source code of this file.
Data Structures | |
| class | grpc::HealthCheckServiceInterface |
| The gRPC server uses this interface to expose the health checking service without depending on protobuf. More... | |
Namespaces | |
| grpc | |
| This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInputStream interface. | |
Functions | |
| void | grpc::EnableDefaultHealthCheckService (bool enable) |
| Enable/disable the default health checking service. More... | |
| bool | grpc::DefaultHealthCheckServiceEnabled () |
| Returns whether the default health checking service is enabled. More... | |
Variables | |
| const char | grpc::kHealthCheckServiceInterfaceArg [] |
1.8.17