ClientReadReactor is the interface for a server-streaming RPC.
More...
#include <client_callback.h>
template<class Response>
class grpc::ClientReadReactor< Response >
ClientReadReactor is the interface for a server-streaming RPC.
All public methods behave as in ClientBidiReactor.
◆ AddHold()
template<class Response >
◆ AddMultipleHolds()
template<class Response >
◆ OnDone()
template<class Response >
Called by the library when all operations associated with this RPC have completed and all Holds have been removed.
OnDone provides the RPC status outcome for both successful and failed RPCs. If it is never called on an RPC, it indicates an application-level problem (like failure to remove a hold).
- Parameters
-
[in] | s | The status outcome of this RPC |
Implements grpc::internal::ClientReactor.
◆ OnReadDone()
template<class Response >
◆ OnReadInitialMetadataDone()
template<class Response >
◆ RemoveHold()
template<class Response >
◆ StartCall()
template<class Response >
◆ StartRead()
template<class Response >
◆ ClientCallbackReader< Response >
template<class Response >
The documentation for this class was generated from the following file: