Synchronous (blocking) server-side API for doing client-streaming RPCs, where the incoming message stream coming from the client has messages of type R.
More...
#include <completion_queue.h>
template<class R>
class grpc::ServerReader< R >
Synchronous (blocking) server-side API for doing client-streaming RPCs, where the incoming message stream coming from the client has messages of type R.
◆ NextMessageSize()
◆ Read()
◆ SendInitialMetadata()
See the ServerStreamingInterface.SendInitialMetadata method for semantics.
Note that initial metadata will be affected by the ServerContext associated with this call.
◆ internal::ClientStreamingHandler
template<class R >
template<class ServiceType , class RequestType , class ResponseType >
The documentation for this class was generated from the following files: