19 #ifndef GRPCPP_IMPL_CODEGEN_CLIENT_CALLBACK_H 20 #define GRPCPP_IMPL_CODEGEN_CLIENT_CALLBACK_H 25 namespace experimental {
27 template <
class Response>
31 template <
class Request>
35 template <
class Request,
class Response>
39 template <
class Response>
43 template <
class Request>
47 template <
class Request,
class Response>
55 #endif // GRPCPP_IMPL_CODEGEN_CLIENT_CALLBACK_H
ClientBidiReactor is the interface for a bidirectional streaming RPC.
Definition: client_callback_impl.h:105
Definition: client_callback_impl.h:148
Definition: client_callback_impl.h:133
ClientReadReactor is the interface for a server-streaming RPC.
Definition: client_callback_impl.h:107
ClientWriteReactor is the interface for a client-streaming RPC.
Definition: client_callback_impl.h:109
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInp...
Definition: alarm.h:24
::grpc_impl::experimental::ClientCallbackReader< Response > ClientCallbackReader
Definition: client_callback.h:29
::grpc_impl::experimental::ClientUnaryReactor ClientUnaryReactor
Definition: client_callback.h:51
Definition: client_callback_impl.h:116