Go to the documentation of this file.
19 #ifndef GRPCPP_IMPL_CODEGEN_CLIENT_CALLBACK_H
20 #define GRPCPP_IMPL_CODEGEN_CLIENT_CALLBACK_H
26 #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL
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 namespace experimental {
52 template <
class Response>
55 template <
class Request>
58 template <
class Request,
class Response>
62 template <
class Response>
65 template <
class Request>
68 template <
class Request,
class Response>
76 #endif // GRPCPP_IMPL_CODEGEN_CLIENT_CALLBACK_H
Definition: client_callback_impl.h:151
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInp...
Definition: alarm.h:24
::grpc_impl::ClientCallbackWriter< Request > ClientCallbackWriter
Definition: client_callback.h:56
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
Definition: client_callback_impl.h:136
::grpc_impl::ClientUnaryReactor ClientUnaryReactor
Definition: client_callback.h:71
::grpc_impl::ClientReadReactor< Response > ClientReadReactor
Definition: client_callback.h:63
Definition: client_callback_impl.h:119
ClientWriteReactor is the interface for a client-streaming RPC.
Definition: client_callback_impl.h:112
::grpc_impl::ClientCallbackReaderWriter< Request, Response > ClientCallbackReaderWriter
Definition: client_callback.h:60
::grpc_impl::ClientBidiReactor< Request, Response > ClientBidiReactor
Definition: client_callback.h:69
::grpc_impl::ClientWriteReactor< Request > ClientWriteReactor
Definition: client_callback.h:66
::grpc_impl::ClientCallbackReader< Response > ClientCallbackReader
Definition: client_callback.h:53