Uses of Interface
org.springframework.boot.task.ThreadPoolTaskSchedulerCustomizer
Packages that use ThreadPoolTaskSchedulerCustomizer
Package
Description
Utilities and classes related to task execution and scheduling.
-
Uses of ThreadPoolTaskSchedulerCustomizer in org.springframework.boot.task
Methods in org.springframework.boot.task with parameters of type ThreadPoolTaskSchedulerCustomizerModifier and TypeMethodDescriptionThreadPoolTaskSchedulerBuilder.additionalCustomizers(ThreadPoolTaskSchedulerCustomizer... customizers) AddthreadPoolTaskSchedulerCustomizersthat should be applied to theThreadPoolTaskScheduler.ThreadPoolTaskSchedulerBuilder.customizers(ThreadPoolTaskSchedulerCustomizer... customizers) Set thethreadPoolTaskSchedulerCustomizersthat should be applied to theThreadPoolTaskScheduler.Method parameters in org.springframework.boot.task with type arguments of type ThreadPoolTaskSchedulerCustomizerModifier and TypeMethodDescriptionThreadPoolTaskSchedulerBuilder.additionalCustomizers(Iterable<? extends ThreadPoolTaskSchedulerCustomizer> customizers) AddthreadPoolTaskSchedulerCustomizersthat should be applied to theThreadPoolTaskScheduler.ThreadPoolTaskSchedulerBuilder.customizers(Iterable<? extends ThreadPoolTaskSchedulerCustomizer> customizers) Set thethreadPoolTaskSchedulerCustomizersthat should be applied to theThreadPoolTaskScheduler.Constructor parameters in org.springframework.boot.task with type arguments of type ThreadPoolTaskSchedulerCustomizerModifierConstructorDescriptionThreadPoolTaskSchedulerBuilder(Integer poolSize, Boolean awaitTermination, Duration awaitTerminationPeriod, String threadNamePrefix, Set<ThreadPoolTaskSchedulerCustomizer> taskSchedulerCustomizers)