GRPC C++
0.11.0.0
|
#include <completion_queue.h>
Public Member Functions | |
ServerWriter (Call *call, ServerContext *ctx) | |
void | SendInitialMetadata () |
bool | Write (const W &msg, const WriteOptions &options) GRPC_OVERRIDE |
Blocking write msg to the stream with options. More... | |
![]() | |
virtual | ~WriterInterface () |
bool | Write (const W &msg) |
Blocking write msg to the stream with default options. More... | |
|
inline |
|
inline |
|
inlinevirtual |
Blocking write msg to the stream with options.
msg | The message to be written to the stream. |
options | Options affecting the write operation. |
Implements grpc::WriterInterface< W >.