@Service public class ExecutorDispatcher extends Object implements org.springframework.beans.factory.InitializingBean
| 构造器和说明 |
|---|
ExecutorDispatcher()
constructor
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterPropertiesSet()
register init
|
Boolean |
dispatch(ExecutionContext context)
task dispatch
|
void |
register(ExecutorType type,
ExecutorManager executorManager)
register
|
public Boolean dispatch(ExecutionContext context) throws ExecuteException
context - contextExecuteException - if error throws ExecuteExceptionpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanException - if error throws Exceptionpublic void register(ExecutorType type, ExecutorManager executorManager)
type - executor typeexecutorManager - executorManagerCopyright © 2022 The Apache Software Foundation. All rights reserved.