public class PingRequestProcessor extends Object implements RpcProcessor<RpcRequests.PingRequest>
RpcProcessor.ExecutorSelector| 构造器和说明 |
|---|
PingRequestProcessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
handleRequest(RpcContext rpcCtx,
RpcRequests.PingRequest request)
Async to handle request with
RpcContext. |
String |
interest()
The class name of user request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecutor, executorSelectorpublic void handleRequest(RpcContext rpcCtx, RpcRequests.PingRequest request)
RpcProcessorRpcContext.handleRequest 在接口中 RpcProcessor<RpcRequests.PingRequest>rpcCtx - the rpc contextrequest - the requestpublic String interest()
RpcProcessorinterest 在接口中 RpcProcessor<RpcRequests.PingRequest>Copyright © 2021. All rights reserved.