Uses of Class
org.springframework.boot.task.TaskSchedulerBuilder
Package
Description
Auto-configuration for Spring Integration.
Utilities and classes related to task execution and scheduling.
-
Uses of TaskSchedulerBuilder in org.springframework.boot.autoconfigure.integration
Modifier and TypeMethodDescriptionIntegrationAutoConfiguration.IntegrationTaskSchedulerConfiguration.taskScheduler
(TaskSchedulerBuilder taskSchedulerBuilder, ObjectProvider<ThreadPoolTaskSchedulerBuilder> threadPoolTaskSchedulerBuilderProvider) -
Uses of TaskSchedulerBuilder in org.springframework.boot.task
Modifier and TypeMethodDescriptionTaskSchedulerBuilder.additionalCustomizers
(Iterable<TaskSchedulerCustomizer> customizers) Deprecated, for removal: This API element is subject to removal in a future version.AddtaskSchedulerCustomizers
that should be applied to theThreadPoolTaskScheduler
.TaskSchedulerBuilder.additionalCustomizers
(TaskSchedulerCustomizer... customizers) Deprecated, for removal: This API element is subject to removal in a future version.AddtaskSchedulerCustomizers
that should be applied to theThreadPoolTaskScheduler
.TaskSchedulerBuilder.awaitTermination
(boolean awaitTermination) Deprecated, for removal: This API element is subject to removal in a future version.Set whether the executor should wait for scheduled tasks to complete on shutdown, not interrupting running tasks and executing all tasks in the queue.TaskSchedulerBuilder.awaitTerminationPeriod
(Duration awaitTerminationPeriod) Deprecated, for removal: This API element is subject to removal in a future version.Set the maximum time the executor is supposed to block on shutdown.TaskSchedulerBuilder.customizers
(Iterable<TaskSchedulerCustomizer> customizers) Deprecated, for removal: This API element is subject to removal in a future version.Set thetaskSchedulerCustomizers
that should be applied to theThreadPoolTaskScheduler
.TaskSchedulerBuilder.customizers
(TaskSchedulerCustomizer... customizers) Deprecated, for removal: This API element is subject to removal in a future version.Set theTaskSchedulerCustomizers
that should be applied to theThreadPoolTaskScheduler
.TaskSchedulerBuilder.poolSize
(int poolSize) Deprecated, for removal: This API element is subject to removal in a future version.Set the maximum allowed number of threads.TaskSchedulerBuilder.threadNamePrefix
(String threadNamePrefix) Deprecated, for removal: This API element is subject to removal in a future version.Set the prefix to use for the names of newly created threads.