19 #ifndef GRPCPP_IMPL_CODEGEN_SERVER_CALLBACK_H 20 #define GRPCPP_IMPL_CODEGEN_SERVER_CALLBACK_H 25 namespace experimental {
26 template <
class Request>
29 template <
class Response>
32 template <
class Request,
class Response>
40 #endif // GRPCPP_IMPL_CODEGEN_SERVER_CALLBACK_H ServerWriteReactor is the interface for a server-streaming RPC.
Definition: server_callback_impl.h:144
ServerBidiReactor is the interface for a bidirectional streaming RPC.
Definition: server_callback_impl.h:146
ServerReadReactor is the interface for a client-streaming RPC.
Definition: server_callback_impl.h:142
::grpc_impl::ServerUnaryReactor ServerUnaryReactor
Definition: server_callback.h:35
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:660