Uses of Interface
org.springframework.boot.task.SimpleAsyncTaskSchedulerCustomizer
Package
Description
Utilities and classes related to task execution and scheduling.
-
Uses of SimpleAsyncTaskSchedulerCustomizer in org.springframework.boot.task
Modifier and TypeMethodDescriptionSimpleAsyncTaskSchedulerBuilder.additionalCustomizers
(SimpleAsyncTaskSchedulerCustomizer... customizers) Addcustomizers
that should be applied to theSimpleAsyncTaskScheduler
.SimpleAsyncTaskSchedulerBuilder.customizers
(SimpleAsyncTaskSchedulerCustomizer... customizers) Set thecustomizers
that should be applied to theSimpleAsyncTaskScheduler
.Modifier and TypeMethodDescriptionSimpleAsyncTaskSchedulerBuilder.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
.