GRPC C++
0.11.0.0
|
#include <server_context.h>
Public Member Functions | |
ServerAsyncReader (ServerContext *ctx) | |
void | SendInitialMetadata (void *tag) GRPC_OVERRIDE |
void | Read (R *msg, void *tag) GRPC_OVERRIDE |
Read a message of type R into msg. More... | |
void | Finish (const W &msg, const Status &status, void *tag) |
void | FinishWithError (const Status &status, void *tag) |
![]() | |
virtual | ~ServerAsyncStreamingInterface () |
![]() | |
virtual | ~AsyncReaderInterface () |
|
inlineexplicit |
|
inline |
|
inline |
|
inlinevirtual |
Read a message of type R into msg.
Completion will be notified by tag on the associated completion queue.
[out] | msg | Where to eventually store the read message. |
[in] | tag | The tag identifying the operation. |
Implements grpc::AsyncReaderInterface< R >.
|
inlinevirtual |
Implements grpc::ServerAsyncStreamingInterface.