template <class W, class R>
class ClientAsyncReaderWriterFactory
Defined at line 488 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/async_stream.h
Public Methods
ClientAsyncReaderWriter<W, R> * Create (grpc::ChannelInterface * channel, grpc::CompletionQueue * cq, const grpc::internal::RpcMethod & method, grpc::ClientContext * context, bool start, void * tag)
Create a stream object.
Start the RPC request if
is set.
will be notified on
when the call has been started (i.e.
initial metadata sent). 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 497 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/async_stream.h