Uses of Interface
org.springframework.boot.task.TaskExecutorCustomizer
Packages that use TaskExecutorCustomizer
Package
Description
Auto-configuration for task execution and scheduling.
Utilities and classes related to task execution and scheduling.
-
Uses of TaskExecutorCustomizer in org.springframework.boot.autoconfigure.task
Method parameters in org.springframework.boot.autoconfigure.task with type arguments of type TaskExecutorCustomizerModifier and TypeMethodDescriptionTaskExecutionAutoConfiguration.taskExecutorBuilder
(TaskExecutionProperties properties, ObjectProvider<TaskExecutorCustomizer> taskExecutorCustomizers, ObjectProvider<TaskDecorator> taskDecorator) -
Uses of TaskExecutorCustomizer in org.springframework.boot.task
Methods in org.springframework.boot.task with parameters of type TaskExecutorCustomizerModifier and TypeMethodDescriptionTaskExecutorBuilder.additionalCustomizers
(TaskExecutorCustomizer... customizers) AddTaskExecutorCustomizers
that should be applied to theThreadPoolTaskExecutor
.TaskExecutorBuilder.customizers
(TaskExecutorCustomizer... customizers) 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) AddTaskExecutorCustomizers
that should be applied to theThreadPoolTaskExecutor
.TaskExecutorBuilder.customizers
(Iterable<TaskExecutorCustomizer> customizers) Set theTaskExecutorCustomizers
that should be applied to theThreadPoolTaskExecutor
.