class ServerCompletionQueue

Defined at line 427 of file ../../third_party/grpc-migrating/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 429 of file ../../third_party/grpc-migrating/src/include/grpcpp/completion_queue.h

Protected Methods

void ServerCompletionQueue ()

Default constructor

Defined at line 433 of file ../../third_party/grpc-migrating/src/include/grpcpp/completion_queue.h

Friends

class Server
class ServerBuilder