Common interface for all synchronous client side streaming. More...
#include <sync_stream.h>
Public Member Functions | |
virtual grpc::Status | Finish ()=0 |
virtual | ~ClientStreamingInterface () |
Common interface for all synchronous client side streaming.
Definition at line 36 of file grpcpp/impl/codegen/sync_stream.h.
|
inlinevirtual |
Definition at line 38 of file grpcpp/impl/codegen/sync_stream.h.
|
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: