GRPC C++
0.11.0.0
|
#include <server_context.h>
Public Member Functions | |
ServerAsyncWriter (ServerContext *ctx) | |
void | SendInitialMetadata (void *tag) GRPC_OVERRIDE |
void | Write (const W &msg, void *tag) GRPC_OVERRIDE |
Request the writing of msg with identifying tag tag. More... | |
void | Finish (const Status &status, void *tag) |
![]() | |
virtual | ~ServerAsyncStreamingInterface () |
![]() | |
virtual | ~AsyncWriterInterface () |
|
inlineexplicit |
|
inline |
|
inlinevirtual |
Implements grpc::ServerAsyncStreamingInterface.
|
inlinevirtual |
Request the writing of msg with identifying tag tag.
[in] | msg | The message to be written. |
[in] | tag | The tag identifying the operation. |
Implements grpc::AsyncWriterInterface< W >.