Uses of Package
org.springframework.core.task
Packages that use org.springframework.core.task
Package
Description
Support package for the core retry functionality.
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.retry.supportClassDescriptionVariant of
Callablewith a flexible exception signature that can be adapted in theSyncTaskExecutor.execute(TaskCallback)method signature for propagating specific exception types only. -
Classes in org.springframework.core.task used by org.springframework.core.taskClassDescriptionExtended interface for asynchronous
TaskExecutorimplementations, offering support forFuture/CompletableFuturehandles.Variant ofCallablewith a flexible exception signature that can be adapted in theSyncTaskExecutor.execute(TaskCallback)method signature for propagating specific exception types only.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.supportClassDescriptionExtended interface for asynchronous
TaskExecutorimplementations, offering support forFuture/CompletableFuturehandles.A callback interface for a decorator to be applied to anyRunnableabout to be executed.Simple task executor interface that abstracts the execution of aRunnable.