Uses of Interface
org.springframework.boot.task.SimpleAsyncTaskSchedulerCustomizer
Packages that use SimpleAsyncTaskSchedulerCustomizer
Package
Description
Utilities and classes related to task execution and scheduling.
-
Uses of SimpleAsyncTaskSchedulerCustomizer in org.springframework.boot.task
Methods in org.springframework.boot.task with parameters of type SimpleAsyncTaskSchedulerCustomizerModifier and TypeMethodDescriptionSimpleAsyncTaskSchedulerBuilder.additionalCustomizers(SimpleAsyncTaskSchedulerCustomizer... customizers) Addcustomizersthat should be applied to theSimpleAsyncTaskScheduler.SimpleAsyncTaskSchedulerBuilder.customizers(SimpleAsyncTaskSchedulerCustomizer... customizers) Set thecustomizersthat should be applied to theSimpleAsyncTaskScheduler.Method parameters in org.springframework.boot.task with type arguments of type SimpleAsyncTaskSchedulerCustomizerModifier and TypeMethodDescriptionSimpleAsyncTaskSchedulerBuilder.additionalCustomizers(Iterable<? extends SimpleAsyncTaskSchedulerCustomizer> customizers) Addcustomizersthat should be applied to theSimpleAsyncTaskScheduler.SimpleAsyncTaskSchedulerBuilder.customizers(Iterable<? extends SimpleAsyncTaskSchedulerCustomizer> customizers) Set thecustomizersthat should be applied to theSimpleAsyncTaskScheduler.