|
GRPC C++
1.0.0
|
Client-side interface for streaming writes of message of type W. More...
#include <sync_stream.h>
Public Member Functions | |
| virtual bool | WritesDone ()=0 |
| Half close writing from the client. More... | |
Public Member Functions inherited from grpc::ClientStreamingInterface | |
| virtual | ~ClientStreamingInterface () |
| virtual Status | Finish ()=0 |
| Wait until the stream finishes, and return the final status. More... | |
Public Member Functions inherited from grpc::WriterInterface< W > | |
| virtual | ~WriterInterface () |
| virtual bool | Write (const W &msg, const WriteOptions &options)=0 |
| Blocking write msg to the stream with options. More... | |
| bool | Write (const W &msg) |
| Blocking write msg to the stream with default options. More... | |
Client-side interface for streaming writes of message of type W.
|
pure virtual |
Half close writing from the client.
Block until currently-pending writes are completed. Thread safe with respect to Read operations only
Implemented in grpc::ClientWriter< W >.
1.8.11