GRPC C++
1.66.0
|
A wrapper class of an application provided rpc method handler. More...
#include <completion_queue.h>
Public Member Functions | |
RpcMethodHandler (std::function< grpc::Status(ServiceType *, grpc::ServerContext *, const RequestType *, ResponseType *)> func, ServiceType *service) | |
void | RunHandler (const HandlerParameter ¶m) final |
void * | Deserialize (grpc_call *call, grpc_byte_buffer *req, grpc::Status *status, void **) final |
A wrapper class of an application provided rpc method handler.
|
inline |
|
inlinefinal |
|
inlinefinal |