@Service public class ExecutorDispatcher extends Object implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
ExecutorDispatcher()
constructor
|
| Modifier and Type | Method and Description |
|---|---|
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 in interface 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.