ClientWriteReactor is the interface for a client-streaming RPC.
More...
#include <client_callback.h>
template<class Request>
class grpc::ClientWriteReactor< Request >
ClientWriteReactor is the interface for a client-streaming RPC.
All public methods behave as in ClientBidiReactor.
◆ AddHold()
◆ AddMultipleHolds()
◆ OnDone()
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.
◆ OnReadInitialMetadataDone()
◆ OnWriteDone()
◆ OnWritesDoneDone()
◆ RemoveHold()
◆ StartCall()
◆ StartWrite() [1/2]
◆ StartWrite() [2/2]
◆ StartWriteLast()
◆ StartWritesDone()
◆ ClientCallbackWriter< Request >
The documentation for this class was generated from the following file: