类 ConcurrentExecutorAdapter
java.lang.Object
cn.taketoday.core.task.support.ConcurrentExecutorAdapter
- 所有已实现的接口:
Executor
Adapter that exposes the
Executor interface
for any TaskExecutor.
Since TaskExecutor itself extends the Executor interface. The adapter is only relevant for hiding the TaskExecutor nature of a given object now, solely exposing the standard Executor interface to a client.
- 从以下版本开始:
- 4.0
- 作者:
- Juergen Hoeller
- 另请参阅:
-
构造器概要
构造器构造器说明ConcurrentExecutorAdapter(TaskExecutor taskExecutor) Create a new ConcurrentExecutorAdapter for the given TaskExecutor. -
方法概要