Uses of Interface
org.springframework.boot.task.SimpleAsyncTaskExecutorCustomizer
Package
Description
Utilities and classes related to task execution and scheduling.
-
Uses of SimpleAsyncTaskExecutorCustomizer in org.springframework.boot.task
Modifier and TypeMethodDescriptionSimpleAsyncTaskExecutorBuilder.additionalCustomizers
(SimpleAsyncTaskExecutorCustomizer... customizers) AddTaskExecutorCustomizers
that should be applied to theSimpleAsyncTaskExecutor
.SimpleAsyncTaskExecutorBuilder.customizers
(SimpleAsyncTaskExecutorCustomizer... customizers) Set theTaskExecutorCustomizers
that should be applied to theSimpleAsyncTaskExecutor
.Modifier 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
.