GRPC C++
1.30.0
|
Server-side interface for streaming writes of message of type W. More...
#include <sync_stream_impl.h>
Additional Inherited Members | |
Public Member Functions inherited from grpc_impl::internal::ServerStreamingInterface | |
virtual | ~ServerStreamingInterface () |
virtual void | SendInitialMetadata ()=0 |
Block to send initial metadata to client. More... | |
Public Member Functions inherited from grpc_impl::internal::WriterInterface< W > | |
virtual | ~WriterInterface () |
virtual bool | Write (const W &msg, ::grpc::WriteOptions options)=0 |
Block to write msg to the stream with WriteOptions options. More... | |
bool | Write (const W &msg) |
Block to write msg to the stream with default write options. More... | |
void | WriteLast (const W &msg, ::grpc::WriteOptions options) |
Write msg and coalesce it with the writing of trailing metadata, using WriteOptions options. More... | |
Server-side interface for streaming writes of message of type W.