Uses of Interface
org.springframework.boot.task.TaskSchedulerCustomizer
Package
Description
Utilities and classes related to task execution and scheduling.
-
Uses of TaskSchedulerCustomizer in org.springframework.boot.task
Modifier and TypeMethodDescriptionTaskSchedulerBuilder.additionalCustomizers
(TaskSchedulerCustomizer... customizers) Deprecated, for removal: This API element is subject to removal in a future version.AddtaskSchedulerCustomizers
that should be applied to theThreadPoolTaskScheduler
.TaskSchedulerBuilder.customizers
(TaskSchedulerCustomizer... customizers) Deprecated, for removal: This API element is subject to removal in a future version.Set theTaskSchedulerCustomizers
that should be applied to theThreadPoolTaskScheduler
.Modifier and TypeMethodDescriptionTaskSchedulerBuilder.additionalCustomizers
(Iterable<TaskSchedulerCustomizer> customizers) Deprecated, for removal: This API element is subject to removal in a future version.AddtaskSchedulerCustomizers
that should be applied to theThreadPoolTaskScheduler
.TaskSchedulerBuilder.customizers
(Iterable<TaskSchedulerCustomizer> customizers) Deprecated, for removal: This API element is subject to removal in a future version.Set thetaskSchedulerCustomizers
that should be applied to theThreadPoolTaskScheduler
.ModifierConstructorDescriptionTaskSchedulerBuilder
(Integer poolSize, Boolean awaitTermination, Duration awaitTerminationPeriod, String threadNamePrefix, Set<TaskSchedulerCustomizer> taskSchedulerCustomizers) Deprecated, for removal: This API element is subject to removal in a future version.