GRPC C++
1.13.0-dev
|
A wrapper class of an application provided rpc method handler. More...
#include <byte_buffer.h>
Public Member Functions | |
RpcMethodHandler (std::function< Status(ServiceType *, ServerContext *, const RequestType *, ResponseType *)> func, ServiceType *service) | |
void | RunHandler (const HandlerParameter ¶m) final |
![]() | |
virtual | ~MethodHandler () |
A wrapper class of an application provided rpc method handler.
|
inline |
|
inlinefinalvirtual |
Implements grpc::internal::MethodHandler.