|
GRPC C++
1.2.0
|
Server-side interface for streaming writes of message of type W. More...
#include <sync_stream.h>
Additional Inherited Members | |
Public Member Functions inherited from grpc::ServerStreamingInterface | |
| virtual | ~ServerStreamingInterface () |
| virtual void | SendInitialMetadata ()=0 |
| Blocking send initial metadata to client. More... | |
Public Member Functions inherited from grpc::WriterInterface< W > | |
| virtual | ~WriterInterface () |
| virtual bool | Write (const W &msg, const WriteOptions &options)=0 |
| Blocking write msg to the stream with options. More... | |
| bool | Write (const W &msg) |
| Blocking write msg to the stream with default options. More... | |
Server-side interface for streaming writes of message of type W.
1.8.6