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