GRPC C++
1.39.1
|
A wrapper class of an application provided rpc method handler. More...
#include <method_handler.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 |
![]() | |
virtual | ~MethodHandler () |
virtual void * | Deserialize (grpc_call *, grpc_byte_buffer *req, Status *, void **) |
A wrapper class of an application provided rpc method handler.
|
inline |
|
inlinefinal |
|
inlinefinalvirtual |
Implements grpc::internal::MethodHandler.