ClientSessionReactor is a reactor-style interface for a session RPC.
More...
#include <client_callback.h>
ClientSessionReactor is a reactor-style interface for a session RPC.
This will be activated as any other reactor-based RPC, by calling StartCall on the reactor.
◆ OnDone()
| void grpc::experimental::ClientSessionReactor::OnDone |
( |
const grpc::Status & |
| ) |
|
|
inlineoverridevirtual |
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.
◆ OnSessionAcknowledged()
| virtual void grpc::experimental::ClientSessionReactor::OnSessionAcknowledged |
( |
bool |
| ) |
|
|
inlinevirtual |
◆ OnSessionReady()
◆ StartCall()
| void grpc::experimental::ClientSessionReactor::StartCall |
( |
| ) |
|
|
inline |
◆ ClientCallbackSession
The documentation for this class was generated from the following file: