Uses of Interface
org.springframework.core.task.AsyncTaskExecutor
Packages that use AsyncTaskExecutor
Package
Description
This package defines Spring's core TaskExecutor abstraction,
and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations.
Support classes for Spring's TaskExecutor abstraction.
-
Uses of AsyncTaskExecutor in org.springframework.core.task
Subinterfaces of AsyncTaskExecutor in org.springframework.core.taskModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.Classes in org.springframework.core.task that implement AsyncTaskExecutorModifier and TypeClassDescriptionclassTaskExecutorimplementation that fires up a new Thread for each task, executing it asynchronously.classATaskExecutorimplementation based on virtual threads in JDK 21+. -
Uses of AsyncTaskExecutor in org.springframework.core.task.support
Classes in org.springframework.core.task.support that implement AsyncTaskExecutorModifier and TypeClassDescriptionclassAdapter that takes a JDKjava.util.concurrent.Executorand exposes a SpringTaskExecutorfor it.
submitCompletable(Runnable)andsubmitCompletable(Callable)