|
GRPC C++
1.31.1
|
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_impl.h>
Public Member Functions | |
| void | SendInitialMetadata () override |
| See the ServerStreamingInterface.SendInitialMetadata method for semantics. More... | |
| bool | Write (const W &msg, ::grpc::WriteOptions options) override |
Friends | |
| template<class ServiceType , class RequestType , class ResponseType > | |
| class | ::grpc_impl::internal::ServerStreamingHandler |
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.
|
inlineoverride |
See the ServerStreamingInterface.SendInitialMetadata method for semantics.
Note that initial metadata will be affected by the ServerContext associated with this call.
|
inlineoverride |
|
friend |
1.8.17