GRPC C++
0.10.0.0
|
#include <client_context.h>
Public Member Functions | |
template<class W > | |
ClientAsyncReader (ChannelInterface *channel, CompletionQueue *cq, const RpcMethod &method, ClientContext *context, const W &request, void *tag) | |
void | ReadInitialMetadata (void *tag) GRPC_OVERRIDE |
void | Read (R *msg, void *tag) GRPC_OVERRIDE |
void | Finish (Status *status, void *tag) GRPC_OVERRIDE |
![]() | |
virtual | ~ClientAsyncStreamingInterface () |
![]() | |
virtual | ~AsyncReaderInterface () |
|
inline |
|
inlinevirtual |
Implements grpc::ClientAsyncStreamingInterface.
|
inlinevirtual |
Implements grpc::AsyncReaderInterface< R >.
|
inlinevirtual |
Implements grpc::ClientAsyncStreamingInterface.