|
GRPC C++
1.3.0
|
Common interface for all synchronous server side streaming. More...
#include <sync_stream.h>
Public Member Functions | |
| virtual | ~ServerStreamingInterface () |
| virtual void | SendInitialMetadata ()=0 |
| Blocking send initial metadata to client. More... | |
Common interface for all synchronous server side streaming.
|
inlinevirtual |
|
pure virtual |
Blocking send initial metadata to client.
Implemented in grpc::ServerSplitStreamer< RequestType, ResponseType >, grpc::ServerUnaryStreamer< RequestType, ResponseType >, grpc::ServerReaderWriter< W, R >, grpc::ServerWriter< W >, and grpc::ServerReader< R >.
1.8.6