template <class R>
class ClientAsyncResponseReaderFactory
Defined at line 199 of file ../../third_party/grpc/src/include/grpcpp/support/async_unary_call.h
TODO(vjpai): This templated factory is deprecated and will be replaced by
. the non-templated helper as soon as possible.
Public Methods
template <class W>
ClientAsyncResponseReader<R> * Create (grpc::ChannelInterface *channel,grpc::CompletionQueue *cq,const grpc::internal::RpcMethod &method,grpc::ClientContext *context,const W &request,boolstart)
Defined at line 202 of file ../../third_party/grpc/src/include/grpcpp/support/async_unary_call.h