Public Member Functions | List of all members
grpc::ClientAsyncReaderWriterInterface< W, R > Class Template Referenceabstract

#include <async_stream.h>

Inheritance diagram for grpc::ClientAsyncReaderWriterInterface< W, R >:
Inheritance graph
[legend]

Public Member Functions

virtual void WritesDone (void *tag)=0
 
- Public Member Functions inherited from grpc::internal::ClientAsyncStreamingInterface
virtual void Finish (grpc::Status *status, void *tag)=0
 
virtual void ReadInitialMetadata (void *tag)=0
 
virtual void StartCall (void *tag)=0
 
virtual ~ClientAsyncStreamingInterface ()
 
- Public Member Functions inherited from grpc::internal::AsyncWriterInterface< W >
virtual void Write (const W &msg, grpc::WriteOptions options, void *tag)=0
 
virtual void Write (const W &msg, void *tag)=0
 
void WriteLast (const W &msg, grpc::WriteOptions options, void *tag)
 
virtual ~AsyncWriterInterface ()
 
- Public Member Functions inherited from grpc::internal::AsyncReaderInterface< R >
virtual void Read (R *msg, void *tag)=0
 
virtual ~AsyncReaderInterface ()
 

Detailed Description

template<class W, class R>
class grpc::ClientAsyncReaderWriterInterface< W, R >

Async client-side interface for bi-directional streaming, where the client-to-server message stream has messages of type W, and the server-to-client message stream has messages of type R.

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

Member Function Documentation

◆ WritesDone()

template<class W , class R >
virtual void grpc::ClientAsyncReaderWriterInterface< W, R >::WritesDone ( void *  tag)
pure virtual

Signal the client is done with the writes (half-close the client stream). Thread-safe with respect to AsyncReaderInterface::Read

Parameters
[in]tagThe tag identifying the operation.

Implemented in grpc::ClientAsyncReaderWriter< W, R >.


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


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