template <class W>
class ClientWriterInterface
Defined at line 273 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/sync_stream.h
Client-side interface for streaming writes of message type
Public Methods
bool WritesDone ()
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
operations only
Returns
Whether the writes were successful.