GRPC C++
1.66.0
|
Common interface for all synchronous client side streaming. More...
#include <sync_stream.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: