Uses of Interface
org.springframework.boot.task.ThreadPoolTaskExecutorCustomizer
Packages that use ThreadPoolTaskExecutorCustomizer
Package
Description
Utilities and classes related to task execution and scheduling.
-
Uses of ThreadPoolTaskExecutorCustomizer in org.springframework.boot.task
Methods in org.springframework.boot.task with parameters of type ThreadPoolTaskExecutorCustomizerModifier and TypeMethodDescriptionThreadPoolTaskExecutorBuilder.additionalCustomizers
(ThreadPoolTaskExecutorCustomizer... customizers) AddThreadPoolTaskExecutorCustomizers
that should be applied to theThreadPoolTaskExecutor
.ThreadPoolTaskExecutorBuilder.customizers
(ThreadPoolTaskExecutorCustomizer... customizers) Set theThreadPoolTaskExecutorCustomizers
that should be applied to theThreadPoolTaskExecutor
.Method parameters in org.springframework.boot.task with type arguments of type ThreadPoolTaskExecutorCustomizerModifier and TypeMethodDescriptionThreadPoolTaskExecutorBuilder.additionalCustomizers
(Iterable<? extends ThreadPoolTaskExecutorCustomizer> customizers) AddThreadPoolTaskExecutorCustomizers
that should be applied to theThreadPoolTaskExecutor
.ThreadPoolTaskExecutorBuilder.customizers
(Iterable<? extends ThreadPoolTaskExecutorCustomizer> customizers) Set theThreadPoolTaskExecutorCustomizers
that should be applied to theThreadPoolTaskExecutor
.