类 AbstractAsyncUserProcessor<T>
java.lang.Object
com.alipay.remoting.AbstractLifeCycle
com.alipay.remoting.rpc.protocol.AbstractUserProcessor<T>
com.alipay.remoting.rpc.protocol.AsyncUserProcessor<T>
com.iohao.game.bolt.broker.core.common.AbstractAsyncUserProcessor<T>
- 所有已实现的接口:
com.alipay.remoting.LifeCycle,com.alipay.remoting.rpc.protocol.UserProcessor<T>,UserProcessorExecutorAware,UserProcessorInNettyThreadAware
- 直接已知子类:
BroadcastMessageBrokerProcessor,BroadcastMessageExternalProcessor,BrokerClientItemConnectMessageBrokerProcessor,BrokerClientOfflineMessageExternalProcessor,BrokerClientOnlineMessageExternalProcessor,EndPointLogicServerMessageBrokerProcessor,EndPointLogicServerMessageExternalProcessor,EventBusMessageBrokerProcessor,EventBusMessageClientProcessor,InnerModuleMessageBrokerProcessor,InnerModuleRequestCollectExternalMessageBrokerProcessor,InnerModuleRequestCollectMessageBrokerProcessor,InnerModuleVoidMessageBrokerProcessor,PulseSignalRequestBrokerProcessor,PulseSignalRequestUserProcessor,PulseSignalResponseBrokerProcessor,PulseSignalResponseUserProcessor,RequestCollectExternalMessageExternalProcessor,RequestMessageBrokerProcessor,RequestMessageClientProcessor,ResponseMessageBrokerProcessor,ResponseMessageExternalProcessor,SettingUserIdMessageBrokerProcessor,SettingUserIdMessageExternalProcessor
public abstract class AbstractAsyncUserProcessor<T>
extends com.alipay.remoting.rpc.protocol.AsyncUserProcessor<T>
implements UserProcessorExecutorAware
AsyncUserProcessor 父类
- 作者:
- 渔民小镇
- 日期:
- 2022-11-10
-
嵌套类概要
从接口继承的嵌套类/接口 com.alipay.remoting.rpc.protocol.UserProcessor
com.alipay.remoting.rpc.protocol.UserProcessor.ExecutorSelector -
字段概要
从类继承的字段 com.alipay.remoting.rpc.protocol.AbstractUserProcessor
executorSelector -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明get UserProcessor Executorboolean是否在执行 netty handler 的线程中执行业务booleanvoidsetInNettyThread(boolean inNettyThread) 消费业务请求的线程voidsetUserProcessorExecutor(Executor executor) set UserProcessor Executor从类继承的方法 com.alipay.remoting.rpc.protocol.AsyncUserProcessor
handleRequest, handleRequest, interest从类继承的方法 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
-
构造器详细资料
-
AbstractAsyncUserProcessor
public AbstractAsyncUserProcessor()
-
-
方法详细资料
-
getExecutor
-
getUserProcessorExecutor
从接口复制的说明:UserProcessorExecutorAwareget UserProcessor Executor- 指定者:
getUserProcessorExecutor在接口中UserProcessorExecutorAware- 返回:
- Executor
-
setUserProcessorExecutor
从接口复制的说明:UserProcessorExecutorAwareset UserProcessor Executor- 指定者:
setUserProcessorExecutor在接口中UserProcessorExecutorAware- 参数:
executor- Executor
-
setInNettyThread
public void setInNettyThread(boolean inNettyThread) 从接口复制的说明:UserProcessorInNettyThreadAware消费业务请求的线程默认使用执行 netty handler 的线程中执行业务 相关源码RpcHandlerRpcRequestProcessor.process(RemotingContext, RpcRequestCommand, ExecutorService)- 指定者:
setInNettyThread在接口中UserProcessorInNettyThreadAware- 参数:
inNettyThread- true 表示在 netty 中执行业务
-
inNettyThreadExecute
public boolean inNettyThreadExecute()从接口复制的说明:UserProcessorInNettyThreadAware是否在执行 netty handler 的线程中执行业务- 指定者:
inNettyThreadExecute在接口中UserProcessorInNettyThreadAware- 返回:
- true 表示在执行 netty handler 的线程中执行业务
-
processInIOThread
public boolean processInIOThread()
-