@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface JediAsync
| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
executorName
must specify when multiple jediExecutors in ioc
Default is
"", use the only one executorName in ioc (default executorName
Constants.JEDI_DEFAULT_EXECUTOR_NAME
when no jediExecutor config)
线程池名称 |
String |
taskExtraData
Spring Expression Language (SpEL) expression for computing the key dynamically.
|
String |
taskName
Spring Expression Language (SpEL) expression for computing the key dynamically.
|
String |
value
must specify when multiple jediExecutors in ioc
Default is
"", use the only one executorName in ioc (default executorName
Constants.JEDI_DEFAULT_EXECUTOR_NAME
when no jediExecutor config)
线程池名称 |
@AliasFor(value="executorName") public abstract String value
Default is "", use the only one executorName in ioc (default executorName
Constants.JEDI_DEFAULT_EXECUTOR_NAME
when no jediExecutor config)
线程池名称
@AliasFor(value="value") public abstract String executorName
Default is "", use the only one executorName in ioc (default executorName
Constants.JEDI_DEFAULT_EXECUTOR_NAME
when no jediExecutor config)
线程池名称
public abstract String taskName
Default is "", use the default taskName
Constants.JEDI_DEFAULT_TASK_NAME.
任务名称
public abstract String taskExtraData
Copyright © 2021 hellothomas. All rights reserved.