Package org.springframework.core.task
SinceNot specified.
VersionNot specified.
AuthorNot specified.
| TaskExecutor |
Simple task executor interface that abstracts the execution
of a Runnable. |
| SimpleAsyncTaskExecutor |
TaskExecutor implementation that fires up a new Thread for each task,
executing it asynchronously. |
| SyncTaskExecutor |
TaskExecutor implementation that executes each task synchronously
in the calling thread. |
This package defines Spring's core TaskExecutor abstraction,
and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations.