GRPC C++
0.10.0.0
|
#include <async_unary_call.h>
Public Member Functions | |
virtual | ~ClientAsyncResponseReaderInterface () |
virtual void | ReadInitialMetadata (void *tag)=0 |
virtual void | Finish (R *msg, Status *status, void *tag)=0 |
|
inlinevirtual |
|
pure virtual |
Implemented in grpc::ClientAsyncResponseReader< R >.
|
pure virtual |
Implemented in grpc::ClientAsyncResponseReader< R >.