Client-side interface for streaming writes of message type W. More...
#include <sync_stream.h>
Public Member Functions | |
virtual bool | WritesDone ()=0 |
![]() | |
virtual grpc::Status | Finish ()=0 |
virtual | ~ClientStreamingInterface () |
![]() | |
bool | Write (const W &msg) |
virtual bool | Write (const W &msg, grpc::WriteOptions options)=0 |
void | WriteLast (const W &msg, grpc::WriteOptions options) |
virtual | ~WriterInterface () |
Client-side interface for streaming writes of message type W.
Definition at line 272 of file grpcpp/impl/codegen/sync_stream.h.
|
pure virtual |
Half close writing from the client. (signal that the stream of messages coming from the client is complete). Blocks until currently-pending writes are completed. Thread safe with respect to ReaderInterface::Read operations only