Uses of Interface
org.springframework.boot.task.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
Modifier and TypeMethodDescriptionTaskExecutionAutoConfiguration.taskExecutorBuilder
(TaskExecutionProperties properties, ObjectProvider<TaskExecutorCustomizer> taskExecutorCustomizers, ObjectProvider<TaskDecorator> taskDecorator) -
Uses of TaskExecutorCustomizer in org.springframework.boot.task
Modifier and TypeMethodDescriptionTaskExecutorBuilder.additionalCustomizers
(TaskExecutorCustomizer... customizers) AddTaskExecutorCustomizers
that should be applied to theThreadPoolTaskExecutor
.TaskExecutorBuilder.customizers
(TaskExecutorCustomizer... customizers) Set theTaskExecutorCustomizers
that should be applied to theThreadPoolTaskExecutor
.Modifier 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
.