Uses of Interface
org.springframework.boot.task.SimpleAsyncTaskSchedulerCustomizer
Packages that use SimpleAsyncTaskSchedulerCustomizer
Package
Description
Utilities and classes related to task execution and scheduling.
-
Uses of SimpleAsyncTaskSchedulerCustomizer in org.springframework.boot.task
Methods in org.springframework.boot.task with parameters of type SimpleAsyncTaskSchedulerCustomizerModifier and TypeMethodDescriptionSimpleAsyncTaskSchedulerBuilder.additionalCustomizers
(SimpleAsyncTaskSchedulerCustomizer... customizers) AddthreadPoolTaskSchedulerCustomizers
that should be applied to theSimpleAsyncTaskScheduler
.SimpleAsyncTaskSchedulerBuilder.customizers
(SimpleAsyncTaskSchedulerCustomizer... customizers) Set thethreadPoolTaskSchedulerCustomizers
that should be applied to theSimpleAsyncTaskScheduler
.Method parameters in org.springframework.boot.task with type arguments of type SimpleAsyncTaskSchedulerCustomizerModifier and TypeMethodDescriptionSimpleAsyncTaskSchedulerBuilder.additionalCustomizers
(Iterable<? extends SimpleAsyncTaskSchedulerCustomizer> customizers) AddthreadPoolTaskSchedulerCustomizers
that should be applied to theSimpleAsyncTaskScheduler
.SimpleAsyncTaskSchedulerBuilder.customizers
(Iterable<? extends SimpleAsyncTaskSchedulerCustomizer> customizers) Set thethreadPoolTaskSchedulerCustomizers
that should be applied to theSimpleAsyncTaskScheduler
.