class ServerCompletionQueue
Defined at line 426 of file ../../third_party/grpc/src/include/grpcpp/completion_queue.h
A specific type of completion queue used by the processing of notifications
by servers. Instantiated by
or Server (for health checker).
Public Methods
bool IsFrequentlyPolled ()
Defined at line 428 of file ../../third_party/grpc/src/include/grpcpp/completion_queue.h
Protected Methods
void ServerCompletionQueue ()
Default constructor
Defined at line 432 of file ../../third_party/grpc/src/include/grpcpp/completion_queue.h
Friends
class Server
class ServerBuilder