GRPC C++  0.11.0.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions
grpc::ClientAsyncWriterInterface< W > Class Template Referenceabstract

Common interface for client side asynchronous writing. More...

#include <async_stream.h>

Public Member Functions

virtual void WritesDone (void *tag)=0
 Signal the client is done with the writes. More...
 
- Public Member Functions inherited from grpc::ClientAsyncStreamingInterface
virtual ~ClientAsyncStreamingInterface ()
 
virtual void ReadInitialMetadata (void *tag)=0
 Request notification of the reading of the initial metadata. More...
 
virtual void Finish (Status *status, void *tag)=0
 Request notification completion. More...
 
- Public Member Functions inherited from grpc::AsyncWriterInterface< W >
virtual ~AsyncWriterInterface ()
 
virtual void Write (const W &msg, void *tag)=0
 Request the writing of msg with identifying tag tag. More...
 

Detailed Description

template<class W>
class grpc::ClientAsyncWriterInterface< W >

Common interface for client side asynchronous writing.

Member Function Documentation

template<class W >
virtual void grpc::ClientAsyncWriterInterface< W >::WritesDone ( void *  tag)
pure virtual

Signal the client is done with the writes.

Parameters
[in]tagThe tag identifying the operation.

Implemented in grpc::ClientAsyncWriter< W >.


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