template <class R>

class ClientAsyncReaderFactory

Defined at line 174 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/async_stream.h

Public Methods

template <class W>
ClientAsyncReader<R> * Create (grpc::ChannelInterface * channel, grpc::CompletionQueue * cq, const grpc::internal::RpcMethod & method, grpc::ClientContext * context, const W & request, bool start, void * tag)

Create a stream object.

Write the first request out if

is set.

will be notified on

when the call has been started and

has been written out. If

is not set,

must be

nullptr and the actual call must be initiated by StartCall

Note that

will be used to fill in custom initial metadata

used to send to the server when starting the call.

Defined at line 184 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/async_stream.h