class ServerReactor
Defined at line 52 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_callback.h
Public Methods
void OnDone ()
void OnCancel ()
void ~ServerReactor ()
Defined at line 54 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_callback.h
bool InternalInlineable ()
The following is not API. It is for internal use only and specifies whether
all reactions of this Reactor can be run without an extra executor
scheduling. This should only be used for internally-defined reactors with
trivial reactions.
Defined at line 62 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_callback.h
Friends
template <class Request, class Response>
class CallbackBidiHandler
template <class Request, class Response>
class CallbackServerStreamingHandler
template <class Request, class Response>
class CallbackClientStreamingHandler
template <class Requestclass Response>
class CallbackUnaryHandler