类 ConcurrentExecutorAdapter

java.lang.Object
cn.taketoday.core.task.support.ConcurrentExecutorAdapter
所有已实现的接口:
Executor

public class ConcurrentExecutorAdapter extends Object implements 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

      public ConcurrentExecutorAdapter(TaskExecutor taskExecutor)
      Create a new ConcurrentExecutorAdapter for the given TaskExecutor.
      参数:
      taskExecutor - the TaskExecutor to wrap
  • 方法详细资料