GRPC C++
0.10.0.0
|
#include <client_context.h>
Public Member Functions | |
template<class R > | |
ClientWriter (ChannelInterface *channel, const RpcMethod &method, ClientContext *context, R *response) | |
bool | Write (const W &msg, const WriteOptions &options) GRPC_OVERRIDE |
bool | WritesDone () GRPC_OVERRIDE |
Status | Finish () GRPC_OVERRIDE |
![]() | |
virtual | ~ClientStreamingInterface () |
![]() | |
virtual | ~WriterInterface () |
bool | Write (const W &msg) |
|
inline |
|
inlinevirtual |
Implements grpc::ClientStreamingInterface.
|
inlinevirtual |
Implements grpc::WriterInterface< W >.
|
inlinevirtual |
Implements grpc::ClientWriterInterface< W >.