Synchronous (blocking) client-side API for doing server-streaming RPCs, where the stream of messages coming from the server has messages of type R.
More...
#include <client_context.h>
template<class R>
class grpc::ClientReader< R >
Synchronous (blocking) client-side API for doing server-streaming RPCs, where the stream of messages coming from the server has messages of type R.
◆ Finish()
See the ClientStreamingInterface.Finish method for semantics.
Side effect: The ClientContext associated with this call is updated with possible metadata received from the server.
◆ NextMessageSize()
◆ Read()
See the ReaderInterface.Read method for semantics.
Side effect: This also receives initial metadata from the server, if not already received (if initial metadata is received, it can be then accessed through the ClientContext associated with this call).
◆ 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.
status ignored
◆ internal::ClientReaderFactory< R >
The documentation for this class was generated from the following files: