#include <rpc_service_method.h>
◆ HandlerParameter()
grpc::internal::MethodHandler::HandlerParameter::HandlerParameter |
( |
Call * |
c, |
|
|
::grpc_impl::ServerContextBase * |
context, |
|
|
void * |
req, |
|
|
Status |
req_status, |
|
|
void * |
handler_data, |
|
|
std::function< void()> |
requester |
|
) |
| |
|
inline |
Constructor for HandlerParameter.
- Parameters
-
c | : the gRPC Call structure for this server call |
context | : the ServerContext structure for this server call |
req | : the request payload, if appropriate for this RPC |
req_status | : the request status after any interceptors have run |
handler_data | internal data for the handler. |
requester | : used only by the callback API. It is a function called by the RPC Controller to request another RPC (and also to set up the state required to make that request possible) |
◆ ~HandlerParameter()
grpc::internal::MethodHandler::HandlerParameter::~HandlerParameter |
( |
| ) |
|
|
inline |
◆ call
Call* const grpc::internal::MethodHandler::HandlerParameter::call |
◆ call_requester
const std::function<void()> grpc::internal::MethodHandler::HandlerParameter::call_requester |
◆ internal_data
void* const grpc::internal::MethodHandler::HandlerParameter::internal_data |
◆ request
void* const grpc::internal::MethodHandler::HandlerParameter::request |
◆ server_context
◆ status
const Status grpc::internal::MethodHandler::HandlerParameter::status |
The documentation for this struct was generated from the following file: