GRPC C++
1.30.0
|
Server-side interface for streaming reads of message of type R. 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::ReaderInterface< R > | |
virtual | ~ReaderInterface () |
virtual bool | NextMessageSize (uint32_t *sz)=0 |
Get an upper bound on the next message size available for reading on this stream. More... | |
virtual bool | Read (R *msg)=0 |
Block to read a message and parse to msg. More... | |
Server-side interface for streaming reads of message of type R.