|
GRPC C++
1.32.0
|
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>
Public Member Functions | |
| void | SendInitialMetadata () override |
| See the ServerStreamingInterface.SendInitialMetadata method for semantics. More... | |
| bool | NextMessageSize (uint32_t *sz) override |
| bool | Read (R *msg) override |
Friends | |
| template<class ServiceType , class RequestType , class ResponseType > | |
| class | ::grpc_impl::internal::ClientStreamingHandler |
Synchronous (blocking) server-side API for doing client-streaming RPCs, where the incoming message stream coming from the client has messages of type R.
|
inlineoverride |
|
inlineoverride |
|
inlineoverride |
See the ServerStreamingInterface.SendInitialMetadata method for semantics.
Note that initial metadata will be affected by the ServerContext associated with this call.
|
friend |
1.8.17