|
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 |
Public Member Functions inherited from grpc::internal::MethodHandler | |
| virtual | ~MethodHandler () |
A wrapper class of an application provided rpc method handler.
|
inline |
|
inlinefinalvirtual |
Implements grpc::internal::MethodHandler.
1.8.13