19 #ifndef GRPCPP_IMPL_CODEGEN_CLIENT_CALLBACK_H 20 #define GRPCPP_IMPL_CODEGEN_CLIENT_CALLBACK_H 25 namespace experimental {
27 template <
class Response>
30 template <
class Request>
33 template <
class Request,
class Response>
37 template <
class Response>
40 template <
class Request>
43 template <
class Request,
class Response>
50 #endif // GRPCPP_IMPL_CODEGEN_CLIENT_CALLBACK_H Definition: client_callback_impl.h:119
Definition: client_callback_impl.h:151
Definition: client_callback_impl.h:136
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInp...
Definition: alarm.h:24
ClientBidiReactor is the interface for a bidirectional streaming RPC.
Definition: client_callback_impl.h:108
ClientReadReactor is the interface for a server-streaming RPC.
Definition: client_callback_impl.h:110
ClientWriteReactor is the interface for a client-streaming RPC.
Definition: client_callback_impl.h:112
::grpc_impl::ClientUnaryReactor ClientUnaryReactor
Definition: client_callback.h:46