接口的使用
org.springframework.boot.task.SimpleAsyncTaskSchedulerCustomizer
程序包
说明
Utilities and classes related to task execution and scheduling.
-
org.springframework.boot.task中SimpleAsyncTaskSchedulerCustomizer的使用
修饰符和类型方法说明SimpleAsyncTaskSchedulerBuilder.additionalCustomizers
(SimpleAsyncTaskSchedulerCustomizer... customizers) Addcustomizers
that should be applied to theSimpleAsyncTaskScheduler
.SimpleAsyncTaskSchedulerBuilder.customizers
(SimpleAsyncTaskSchedulerCustomizer... customizers) Set thecustomizers
that should be applied to theSimpleAsyncTaskScheduler
.修饰符和类型方法说明SimpleAsyncTaskSchedulerBuilder.additionalCustomizers
(Iterable<? extends SimpleAsyncTaskSchedulerCustomizer> customizers) Addcustomizers
that should be applied to theSimpleAsyncTaskScheduler
.SimpleAsyncTaskSchedulerBuilder.customizers
(Iterable<? extends SimpleAsyncTaskSchedulerCustomizer> customizers) Set thecustomizers
that should be applied to theSimpleAsyncTaskScheduler
.