类 PulseSignalResponseBrokerProcessor
java.lang.Object
com.alipay.remoting.AbstractLifeCycle
com.alipay.remoting.rpc.protocol.AbstractUserProcessor<PulseSignalResponse>
com.alipay.remoting.rpc.protocol.AsyncUserProcessor<PulseSignalResponse>
com.iohao.game.bolt.broker.core.common.AbstractAsyncUserProcessor<PulseSignalResponse>
com.iohao.game.bolt.broker.server.processor.PulseSignalResponseBrokerProcessor
- 所有已实现的接口:
com.alipay.remoting.LifeCycle
,com.alipay.remoting.rpc.protocol.UserProcessor<PulseSignalResponse>
,UserProcessorExecutorAware
,UserProcessorInNettyThreadAware
,BrokerServerAware
public final class PulseSignalResponseBrokerProcessor
extends AbstractAsyncUserProcessor<PulseSignalResponse>
implements BrokerServerAware
- 作者:
- 渔民小镇
- 日期:
- 2023-04-22
-
嵌套类概要
从接口继承的嵌套类/接口 com.alipay.remoting.rpc.protocol.UserProcessor
com.alipay.remoting.rpc.protocol.UserProcessor.ExecutorSelector
-
字段概要
从类继承的字段 com.alipay.remoting.rpc.protocol.AbstractUserProcessor
executorSelector
-
构造器概要
-
方法概要
修饰符和类型方法说明void
handleRequest
(com.alipay.remoting.BizContext bizCtx, com.alipay.remoting.AsyncContext asyncCtx, PulseSignalResponse response) interest()
void
setBrokerServer
(BrokerServer brokerServer) set BrokerServer从类继承的方法 com.iohao.game.bolt.broker.core.common.AbstractAsyncUserProcessor
getExecutor, getUserProcessorExecutor, inNettyThreadExecute, processInIOThread, setInNettyThread, setUserProcessorExecutor
从类继承的方法 com.alipay.remoting.rpc.protocol.AsyncUserProcessor
handleRequest
从类继承的方法 com.alipay.remoting.rpc.protocol.AbstractUserProcessor
getBizClassLoader, getExecutorSelector, preHandleRequest, setExecutorSelector, timeoutDiscard
从类继承的方法 com.alipay.remoting.AbstractLifeCycle
ensureStarted, isStarted, shutdown, startup
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 com.alipay.remoting.LifeCycle
isStarted, shutdown, startup
-
构造器详细资料
-
PulseSignalResponseBrokerProcessor
public PulseSignalResponseBrokerProcessor()
-
-
方法详细资料
-
setBrokerServer
从接口复制的说明:BrokerServerAware
set BrokerServer- 指定者:
setBrokerServer
在接口中BrokerServerAware
- 参数:
brokerServer
- brokerServer
-
handleRequest
public void handleRequest(com.alipay.remoting.BizContext bizCtx, com.alipay.remoting.AsyncContext asyncCtx, PulseSignalResponse response) - 指定者:
handleRequest
在接口中com.alipay.remoting.rpc.protocol.UserProcessor<PulseSignalResponse>
- 指定者:
handleRequest
在类中com.alipay.remoting.rpc.protocol.AsyncUserProcessor<PulseSignalResponse>
-
interest
- 指定者:
interest
在接口中com.alipay.remoting.rpc.protocol.UserProcessor<PulseSignalResponse>
- 指定者:
interest
在类中com.alipay.remoting.rpc.protocol.AsyncUserProcessor<PulseSignalResponse>
-