接口的使用
cn.taketoday.core.Decorator
使用Decorator的程序包
程序包
说明
Provides core helpers that are not specific to any part of the framework.
This package defines core TaskExecutor abstraction,
and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations.
Support classes for TaskExecutor abstraction.
-
cn.taketoday.core中Decorator的使用
返回Decorator的cn.taketoday.core中的方法修饰符和类型方法说明call it after this decoration参数类型为Decorator的cn.taketoday.core中的方法 -
cn.taketoday.core.task中Decorator的使用
修饰符和类型接口说明interfaceA callback interface for a decorator to be applied to anyRunnableabout to be executed. -
cn.taketoday.core.task.support中Decorator的使用
修饰符和类型类说明classCompositeTaskDecoratorthat delegates to other task decorators.classTaskDecoratorthatwrap the executionof tasks, assisting with context propagation.