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