class ClientReactor

Defined at line 116 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/client_callback.h

Base class for public API classes.

Public Methods

void OnDone (const grpc::Status & )

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

s [in] The status outcome of this RPC
bool InternalTrailersOnly (const grpc_call * call)

InternalTrailersOnly is not part of the API and is not meant to be

overridden. It is virtual to allow successful builds for certain bazel

build users that only want to depend on gRPC codegen headers and not the

full library (although this is not a generally-supported option). Although

the virtual call is slower than a direct call, this function is

heavyweight and the cost of the virtual call is not much in comparison.

This function may be removed or devirtualized in the future.

void ~ClientReactor ()

Defined at line 118 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/client_callback.h