GRPC C++
1.66.0
|
Async API for client-side unary RPCs, where the message response received from the server is of type R. More...
#include <client_context.h>
Public Member Functions | |
void | StartCall () override |
void | ReadInitialMetadata (void *tag) override |
See ClientAsyncResponseReaderInterface::ReadInitialMetadata for semantics. More... | |
void | Finish (R *msg, grpc::Status *status, void *tag) override |
See ClientAsyncResponseReaderInterface::Finish for semantics. More... | |
Static Public Member Functions | |
static void | operator delete (void *, std::size_t size) |
static void | operator delete (void *, void *) |
Friends | |
class | internal::ClientAsyncResponseReaderHelper |
Async API for client-side unary RPCs, where the message response received from the server is of type R.
|
inlineoverride |
See ClientAsyncResponseReaderInterface::Finish for semantics.
Side effect:
|
inlinestatic |
|
inlinestatic |
|
inlineoverride |
See ClientAsyncResponseReaderInterface::ReadInitialMetadata for semantics.
Side effect:
|
inlineoverride |
|
friend |