类 CompositeTaskDecorator

java.lang.Object
cn.taketoday.core.task.support.CompositeTaskDecorator
所有已实现的接口:
Decorator<Runnable>, TaskDecorator

public class CompositeTaskDecorator extends Object implements TaskDecorator
Composite TaskDecorator that delegates to other task decorators.
从以下版本开始:
4.0
作者:
Tadaya Tsuyukubo, Harry Yang
  • 字段详细资料

  • 构造器详细资料

    • CompositeTaskDecorator

      public CompositeTaskDecorator(Collection<? extends TaskDecorator> taskDecorators)
      Create a new instance.
      参数:
      taskDecorators - the taskDecorators to delegate to
  • 方法详细资料