GRPC C++
1.30.0
|
Async API for client-side unary RPCs, where the message response received from the server is of type R. More...
#include <async_unary_call_impl.h>
Public Member Functions | |
void | StartCall () override |
Start the call that was set up by the constructor, but only if the constructor was invoked through the "Prepare" API which doesn't actually start the call. More... | |
void | ReadInitialMetadata (void *tag) override |
See ClientAsyncResponseReaderInterface::ReadInitialMetadata for semantics. More... | |
void | Finish (R *msg, ::grpc::Status *status, void *tag) override |
See ClientAysncResponseReaderInterface::Finish for semantics. More... | |
Public Member Functions inherited from grpc_impl::ClientAsyncResponseReaderInterface< R > | |
virtual | ~ClientAsyncResponseReaderInterface () |
Static Public Member Functions | |
static void | operator delete (void *, std::size_t size) |
static void | operator delete (void *, void *) |
Friends | |
class | internal::ClientAsyncResponseReaderFactory< R > |
Async API for client-side unary RPCs, where the message response received from the server is of type R.
|
inlineoverridevirtual |
See ClientAysncResponseReaderInterface::Finish for semantics.
Side effect:
Implements grpc_impl::ClientAsyncResponseReaderInterface< R >.
|
inlinestatic |
|
inlinestatic |
|
inlineoverridevirtual |
See ClientAsyncResponseReaderInterface::ReadInitialMetadata for semantics.
Side effect:
Implements grpc_impl::ClientAsyncResponseReaderInterface< R >.
|
inlineoverridevirtual |
Start the call that was set up by the constructor, but only if the constructor was invoked through the "Prepare" API which doesn't actually start the call.
Implements grpc_impl::ClientAsyncResponseReaderInterface< R >.
|
friend |