Go to the documentation of this file.
19 #ifndef GRPCPP_IMPL_CODEGEN_SERVER_CALLBACK_H
20 #define GRPCPP_IMPL_CODEGEN_SERVER_CALLBACK_H
26 #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL
27 template <
class Request>
30 template <
class Response>
33 template <
class Request,
class Response>
40 namespace experimental {
42 template <
class Request>
45 template <
class Response>
48 template <
class Request,
class Response>
56 #endif // GRPCPP_IMPL_CODEGEN_SERVER_CALLBACK_H
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInp...
Definition: alarm.h:24
Definition: server_callback_impl.h:693
ServerBidiReactor is the interface for a bidirectional streaming RPC.
Definition: server_callback_impl.h:186
ServerReadReactor is the interface for a client-streaming RPC.
Definition: server_callback_impl.h:182
::grpc_impl::ServerReadReactor< Request > ServerReadReactor
Definition: server_callback.h:43
::grpc_impl::ServerUnaryReactor ServerUnaryReactor
Definition: server_callback.h:51
::grpc_impl::ServerBidiReactor< Request, Response > ServerBidiReactor
Definition: server_callback.h:49
ServerWriteReactor is the interface for a server-streaming RPC.
Definition: server_callback_impl.h:184
::grpc_impl::ServerWriteReactor< Response > ServerWriteReactor
Definition: server_callback.h:46