Server-side interface for streaming writes of message of type W. More...
#include <sync_stream.h>
Additional Inherited Members | |
![]() | |
virtual void | SendInitialMetadata ()=0 |
virtual | ~ServerStreamingInterface () |
![]() | |
bool | Write (const W &msg) |
virtual bool | Write (const W &msg, grpc::WriteOptions options)=0 |
void | WriteLast (const W &msg, grpc::WriteOptions options) |
virtual | ~WriterInterface () |
Server-side interface for streaming writes of message of type W.
Definition at line 630 of file grpcpp/impl/codegen/sync_stream.h.