Synchronous (blocking) client-side API for doing client-streaming RPCs, where the outgoing message stream coming from the client has messages of type W.
More...
#include <client_context.h>
template<class W>
class grpc::ClientWriter< W >
Synchronous (blocking) client-side API for doing client-streaming RPCs, where the outgoing message stream coming from the client has messages of type W.
◆ Finish()
See the ClientStreamingInterface.Finish method for semantics.
Side effects:
- Also receives initial metadata if not already received.
- Attempts to fill in the response parameter passed to the constructor of this instance with the response message from the server.
◆ WaitForInitialMetadata()
See the ClientStreamingInterface.WaitForInitialMetadata method for semantics.
Once complete, the initial metadata read from the server will be accessible through the ClientContext used to construct this object.
◆ Write()
◆ WritesDone()
◆ internal::ClientWriterFactory< W >
The documentation for this class was generated from the following files: