Uses of Interface
org.springframework.boot.task.TaskSchedulerCustomizer
Packages that use TaskSchedulerCustomizer
Package
Description
Utilities and classes related to task execution and scheduling.
-
Uses of TaskSchedulerCustomizer in org.springframework.boot.task
Methods in org.springframework.boot.task with parameters of type TaskSchedulerCustomizerModifier and TypeMethodDescriptionTaskSchedulerBuilder.additionalCustomizers(TaskSchedulerCustomizer... customizers) Deprecated, for removal: This API element is subject to removal in a future version.AddtaskSchedulerCustomizersthat should be applied to theThreadPoolTaskScheduler.TaskSchedulerBuilder.customizers(TaskSchedulerCustomizer... customizers) Deprecated, for removal: This API element is subject to removal in a future version.Set theTaskSchedulerCustomizersthat should be applied to theThreadPoolTaskScheduler.Method parameters in org.springframework.boot.task with type arguments of type TaskSchedulerCustomizerModifier and TypeMethodDescriptionTaskSchedulerBuilder.additionalCustomizers(Iterable<TaskSchedulerCustomizer> customizers) Deprecated, for removal: This API element is subject to removal in a future version.AddtaskSchedulerCustomizersthat 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 thetaskSchedulerCustomizersthat 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) Deprecated, for removal: This API element is subject to removal in a future version.