Uses of Interface
org.springframework.boot.task.SimpleAsyncTaskExecutorCustomizer
Packages that use SimpleAsyncTaskExecutorCustomizer
Package
Description
Utilities and classes related to task execution and scheduling.
-
Uses of SimpleAsyncTaskExecutorCustomizer in org.springframework.boot.task
Methods in org.springframework.boot.task with parameters of type SimpleAsyncTaskExecutorCustomizerModifier and TypeMethodDescriptionSimpleAsyncTaskExecutorBuilder.additionalCustomizers
(SimpleAsyncTaskExecutorCustomizer... customizers) AddTaskExecutorCustomizers
that should be applied to theSimpleAsyncTaskExecutor
.SimpleAsyncTaskExecutorBuilder.customizers
(SimpleAsyncTaskExecutorCustomizer... customizers) Set theTaskExecutorCustomizers
that should be applied to theSimpleAsyncTaskExecutor
.Method parameters in org.springframework.boot.task with type arguments of type SimpleAsyncTaskExecutorCustomizerModifier and TypeMethodDescriptionSimpleAsyncTaskExecutorBuilder.additionalCustomizers
(Iterable<? extends SimpleAsyncTaskExecutorCustomizer> customizers) AddTaskExecutorCustomizers
that should be applied to theSimpleAsyncTaskExecutor
.SimpleAsyncTaskExecutorBuilder.customizers
(Iterable<? extends SimpleAsyncTaskExecutorCustomizer> customizers) Set theTaskExecutorCustomizers
that should be applied to theSimpleAsyncTaskExecutor
.