GRPC C++
0.11.0.0
|
An interface that can be fed a sequence of messages of type W. More...
#include <async_stream.h>
Public Member Functions | |
virtual | ~AsyncWriterInterface () |
virtual void | Write (const W &msg, void *tag)=0 |
Request the writing of msg with identifying tag tag. More... | |
An interface that can be fed a sequence of messages of type W.
|
inlinevirtual |
|
pure virtual |
Request the writing of msg with identifying tag tag.
[in] | msg | The message to be written. |
[in] | tag | The tag identifying the operation. |
Implemented in grpc::ServerAsyncReaderWriter< R, W >, grpc::ServerAsyncWriter< W >, grpc::ClientAsyncReaderWriter< R, W >, and grpc::ClientAsyncWriter< W >.