Uses of Package
org.springframework.core.task
Packages that use org.springframework.core.task
Package
Description
This package defines Spring's core TaskExecutor abstraction,
and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations.
Support classes for Spring's TaskExecutor abstraction.
-
Classes in org.springframework.core.task used by org.springframework.core.taskClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Extended interface for asynchronous
TaskExecutorimplementations, offering support forCallable.A callback interface for a decorator to be applied to anyRunnableabout to be executed.Simple task executor interface that abstracts the execution of aRunnable.Exception thrown when aTaskExecutorrejects to accept a given task for execution. -
Classes in org.springframework.core.task used by org.springframework.core.task.supportClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.as of 6.0, in favor of
AsyncTaskExecutor.submitCompletable(Runnable)andAsyncTaskExecutor.submitCompletable(Callable)Extended interface for asynchronousTaskExecutorimplementations, offering support forCallable.A callback interface for a decorator to be applied to anyRunnableabout to be executed.Simple task executor interface that abstracts the execution of aRunnable.
AsyncTaskExecutor.submitCompletable(Runnable)andAsyncTaskExecutor.submitCompletable(Callable)