GRPC C++
1.30.0
|
Common interface for all synchronous client side streaming. More...
#include <sync_stream_impl.h>
Public Member Functions | |
virtual | ~ClientStreamingInterface () |
virtual ::grpc::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 exactly once when both:
This function will return either:
Return values:
Implemented in grpc_impl::ClientReaderWriter< W, R >, grpc_impl::ClientWriter< W >, and grpc_impl::ClientReader< R >.