|
GRPC C++
1.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... | |
Public Member Functions inherited from grpc::WriterInterface< W > | |
| 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.
This is thread-safe with respect to Read
| msg | The message to be written to the stream. |
| options | Options affecting the write operation. |
Implements grpc::WriterInterface< W >.
1.8.11