Uses of Class
org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
Packages that use SimpleAsyncTaskSchedulerBuilder
Package
Description
Utilities and classes related to task execution and scheduling.
-
Uses of SimpleAsyncTaskSchedulerBuilder in org.springframework.boot.task
Methods in org.springframework.boot.task that return SimpleAsyncTaskSchedulerBuilderModifier and TypeMethodDescriptionSimpleAsyncTaskSchedulerBuilder.additionalCustomizers
(Iterable<? extends SimpleAsyncTaskSchedulerCustomizer> customizers) Addcustomizers
that should be applied to theSimpleAsyncTaskScheduler
.SimpleAsyncTaskSchedulerBuilder.additionalCustomizers
(SimpleAsyncTaskSchedulerCustomizer... customizers) Addcustomizers
that should be applied to theSimpleAsyncTaskScheduler
.SimpleAsyncTaskSchedulerBuilder.concurrencyLimit
(@Nullable Integer concurrencyLimit) Set the concurrency limit.SimpleAsyncTaskSchedulerBuilder.customizers
(Iterable<? extends SimpleAsyncTaskSchedulerCustomizer> customizers) Set thecustomizers
that should be applied to theSimpleAsyncTaskScheduler
.SimpleAsyncTaskSchedulerBuilder.customizers
(SimpleAsyncTaskSchedulerCustomizer... customizers) Set thecustomizers
that should be applied to theSimpleAsyncTaskScheduler
.SimpleAsyncTaskSchedulerBuilder.taskDecorator
(@Nullable TaskDecorator taskDecorator) Set the task decorator to be used by theSimpleAsyncTaskScheduler
.SimpleAsyncTaskSchedulerBuilder.taskTerminationTimeout
(@Nullable Duration taskTerminationTimeout) Set the task termination timeout.SimpleAsyncTaskSchedulerBuilder.threadNamePrefix
(@Nullable String threadNamePrefix) Set the prefix to use for the names of newly created threads.SimpleAsyncTaskSchedulerBuilder.virtualThreads
(@Nullable Boolean virtualThreads) Set whether to use virtual threads.