Static Public Member Functions | List of all members
grpc::internal::ClientAsyncReaderFactory< R > Class Template Reference

#include <async_stream.h>

Static Public Member Functions

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

Detailed Description

template<class R>
class grpc::internal::ClientAsyncReaderFactory< R >

Definition at line 172 of file grpcpp/impl/codegen/async_stream.h.

Member Function Documentation

◆ Create()

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

Create a stream object. Write the first request out if start is set. tag will be notified on cq when the call has been started and request has been written out. If start is not set, tag must be nullptr and the actual call must be initiated by StartCall Note that context will be used to fill in custom initial metadata used to send to the server when starting the call.

Definition at line 182 of file grpcpp/impl/codegen/async_stream.h.


The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:32