template <class W>
class ClientWriter
Defined at line 302 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/sync_stream.h
Synchronous (blocking) client-side API for doing client-streaming RPCs,
where the outgoing message stream coming from the client has messages of
type
Public Methods
void WaitForInitialMetadata ()
See the
method for
semantics.
Side effect:
Once complete, the initial metadata read from the server will be
accessible through the
used to construct this object.
Defined at line 310 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/sync_stream.h
bool Write (const W & msg, grpc::WriteOptions options)
Defined at line 326 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/sync_stream.h
bool WritesDone ()
Defined at line 349 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/sync_stream.h
grpc::Status Finish ()
See the ClientStreamingInterface.Finish method for semantics.
Side effects:
- Also receives initial metadata if not already received.
- Attempts to fill in the
parameter passed
to the constructor of this instance with the response
message from the server.
Defined at line 362 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/sync_stream.h