|
GRPC C++
1.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 |
| Indicate that the stream is to be finished and request notification Should not be used concurrently with other operations. 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.11