|
GRPC C++
1.31.1
|
Synchronous (blocking) client-side API for doing client-streaming RPCs, where the outgoing message stream coming from the client has messages of type W. More...
#include <channel_interface.h>
Public Member Functions | |
| void | WaitForInitialMetadata () |
| See the ClientStreamingInterface.WaitForInitialMetadata method for semantics. More... | |
| bool | Write (const W &msg, ::grpc::WriteOptions options) override |
| bool | WritesDone () override |
| ::grpc::Status | Finish () override |
| See the ClientStreamingInterface.Finish method for semantics. More... | |
Friends | |
| class | internal::ClientWriterFactory< W > |
Synchronous (blocking) client-side API for doing client-streaming RPCs, where the outgoing message stream coming from the client has messages of type W.
|
inlineoverride |
See the ClientStreamingInterface.Finish method for semantics.
Side effects:
|
inline |
See the ClientStreamingInterface.WaitForInitialMetadata method for semantics.
Once complete, the initial metadata read from the server will be accessible through the ClientContext used to construct this object.
|
inlineoverride |
|
inlineoverride |
|
friend |
1.8.17