|
GRPC C++
0.11.0.0
|
#include <async_stream.h>
Additional Inherited Members | |
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::AsyncReaderInterface< R > | |
| virtual | ~AsyncReaderInterface () |
| virtual void | Read (R *msg, void *tag)=0 |
| Read a message of type R into msg. More... | |
1.8.6