Uses of Interface
org.springframework.boot.task.TaskExecutorCustomizer
Package
Description
Utilities and classes related to task execution and scheduling.
-
Uses of TaskExecutorCustomizer in org.springframework.boot.task
Modifier 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
.Modifier 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
.