template <class R>
class ClientReaderInterface
Defined at line 151 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/sync_stream.h
Client-side interface for streaming reads of message of type
Public Methods
void WaitForInitialMetadata ()
Block to wait for initial metadata from server. The received metadata
can only be accessed after this call returns. Should only be called before
the first read. Calling this method is optional, and if it is not called
the metadata will be available in ClientContext after the first read.