Uses of Interface
org.springframework.boot.task.TaskSchedulerCustomizer
Packages that use TaskSchedulerCustomizer
Package
Description
Auto-configuration for task execution and scheduling.
Utilities and classes related to task execution and scheduling.
-
Uses of TaskSchedulerCustomizer in org.springframework.boot.autoconfigure.task
Method parameters in org.springframework.boot.autoconfigure.task with type arguments of type TaskSchedulerCustomizerModifier and TypeMethodDescriptionTaskSchedulingAutoConfiguration.taskSchedulerBuilder
(TaskSchedulingProperties properties, ObjectProvider<TaskSchedulerCustomizer> taskSchedulerCustomizers) -
Uses of TaskSchedulerCustomizer in org.springframework.boot.task
Methods in org.springframework.boot.task with parameters of type TaskSchedulerCustomizerModifier and TypeMethodDescriptionTaskSchedulerBuilder.additionalCustomizers
(TaskSchedulerCustomizer... customizers) AddtaskSchedulerCustomizers
that should be applied to theThreadPoolTaskScheduler
.TaskSchedulerBuilder.customizers
(TaskSchedulerCustomizer... customizers) Set theTaskSchedulerCustomizers
that should be applied to theThreadPoolTaskScheduler
.Method parameters in org.springframework.boot.task with type arguments of type TaskSchedulerCustomizerModifier and TypeMethodDescriptionTaskSchedulerBuilder.additionalCustomizers
(Iterable<TaskSchedulerCustomizer> customizers) AddtaskSchedulerCustomizers
that should be applied to theThreadPoolTaskScheduler
.TaskSchedulerBuilder.customizers
(Iterable<TaskSchedulerCustomizer> customizers) Set thetaskSchedulerCustomizers
that should be applied to theThreadPoolTaskScheduler
.Constructor parameters in org.springframework.boot.task with type arguments of type TaskSchedulerCustomizerModifierConstructorDescriptionTaskSchedulerBuilder
(Integer poolSize, Boolean awaitTermination, Duration awaitTerminationPeriod, String threadNamePrefix, Set<TaskSchedulerCustomizer> taskSchedulerCustomizers)