Uses of Interface
org.springframework.boot.task.TaskExecutorCustomizer
Packages that use TaskExecutorCustomizer
Package
Description
Utilities and classes related to task execution and scheduling.
-
Uses of TaskExecutorCustomizer in org.springframework.boot.task
Methods in org.springframework.boot.task with parameters of type TaskExecutorCustomizerModifier and TypeMethodDescriptionTaskExecutorBuilder.additionalCustomizers
(TaskExecutorCustomizer... customizers) Deprecated, for removal: This API element is subject to removal in a future version.AddTaskExecutorCustomizers
that should be applied to theThreadPoolTaskExecutor
.TaskExecutorBuilder.customizers
(TaskExecutorCustomizer... customizers) Deprecated, for removal: This API element is subject to removal in a future version.Set theTaskExecutorCustomizers
that should be applied to theThreadPoolTaskExecutor
.Method parameters in org.springframework.boot.task with type arguments of type TaskExecutorCustomizerModifier and TypeMethodDescriptionTaskExecutorBuilder.additionalCustomizers
(Iterable<TaskExecutorCustomizer> customizers) Deprecated, for removal: This API element is subject to removal in a future version.AddTaskExecutorCustomizers
that should be applied to theThreadPoolTaskExecutor
.TaskExecutorBuilder.customizers
(Iterable<TaskExecutorCustomizer> customizers) Deprecated, for removal: This API element is subject to removal in a future version.Set theTaskExecutorCustomizers
that should be applied to theThreadPoolTaskExecutor
.