GRPC C++
1.13.0-dev
|
Common interface for all synchronous client side streaming. More...
#include <sync_stream.h>
Public Member Functions | |
virtual | ~ClientStreamingInterface () |
virtual Status | Finish ()=0 |
Block waiting until the stream finishes and a final status of the call is available. More... | |
Common interface for all synchronous client side streaming.
|
inlinevirtual |
|
pure virtual |
Block waiting until the stream finishes and a final status of the call is available.
It is appropriate to call this method when both:
This function will return either:
Return values:
Implemented in grpc::ClientReaderWriter< W, R >, grpc::ClientWriter< W >, and grpc::ClientReader< R >.