19 #ifndef GRPCPP_IMPL_CODEGEN_ASYNC_UNARY_CALL_H 20 #define GRPCPP_IMPL_CODEGEN_ASYNC_UNARY_CALL_H 46 #endif // GRPCPP_IMPL_CODEGEN_ASYNC_UNARY_CALL_H Definition: async_unary_call_impl.h:70
grpc_impl::ClientAsyncResponseReaderInterface< R > ClientAsyncResponseReaderInterface
Definition: async_unary_call.h:28
An interface relevant for async client side unary RPCs (which send one request message to a server an...
Definition: async_unary_call_impl.h:34
Async API for client-side unary RPCs, where the message response received from the server is of type ...
Definition: async_unary_call_impl.h:94
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInp...
Definition: alarm.h:24
Async server-side API for handling unary calls, where the single response message sent to the client ...
Definition: async_unary_call_impl.h:197
::grpc_impl::internal::ClientAsyncResponseReaderFactory< R > ClientAsyncResponseReaderFactory
Definition: async_unary_call.h:40