|
GRPC C++
0.11.0.0
|
#include <completion_queue.h>
Public Member Functions | |
| ServerReader (Call *call, ServerContext *ctx) | |
| void | SendInitialMetadata () |
| bool | Read (R *msg) GRPC_OVERRIDE |
| Blocking read a message and parse to msg. More... | |
Public Member Functions inherited from grpc::ReaderInterface< R > | |
| virtual | ~ReaderInterface () |
|
inline |
|
inlinevirtual |
Blocking read a message and parse to msg.
Returns true on success.
| [out] | msg | The read message. |
Implements grpc::ReaderInterface< R >.
|
inline |
1.8.6