Uses of Class
org.springframework.boot.task.TaskSchedulerBuilder
Packages that use 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
Methods in org.springframework.boot.autoconfigure.integration with parameters of type TaskSchedulerBuilderModifier and TypeMethodDescriptionIntegrationAutoConfiguration.IntegrationTaskSchedulerConfiguration.taskScheduler(TaskSchedulerBuilder taskSchedulerBuilder, ObjectProvider<ThreadPoolTaskSchedulerBuilder> threadPoolTaskSchedulerBuilderProvider) -
Uses of TaskSchedulerBuilder in org.springframework.boot.task
Methods in org.springframework.boot.task that return TaskSchedulerBuilderModifier and TypeMethodDescriptionTaskSchedulerBuilder.additionalCustomizers(Iterable<TaskSchedulerCustomizer> customizers) Deprecated, for removal: This API element is subject to removal in a future version.AddtaskSchedulerCustomizersthat should be applied to theThreadPoolTaskScheduler.TaskSchedulerBuilder.additionalCustomizers(TaskSchedulerCustomizer... customizers) Deprecated, for removal: This API element is subject to removal in a future version.AddtaskSchedulerCustomizersthat 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 thetaskSchedulerCustomizersthat should be applied to theThreadPoolTaskScheduler.TaskSchedulerBuilder.customizers(TaskSchedulerCustomizer... customizers) Deprecated, for removal: This API element is subject to removal in a future version.Set theTaskSchedulerCustomizersthat 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.