Class ConcurrentExecutorAdapter
java.lang.Object
org.springframework.core.task.support.ConcurrentExecutorAdapter
- All Implemented Interfaces:
Executor
Adapter that exposes the
Executor interface
for any Spring TaskExecutor.
This is less useful as of Spring 3.0, since TaskExecutor itself extends the Executor interface. The adapter is only relevant for hiding the TaskExecutor nature of a given object now, solely exposing the standard Executor interface to a client.
- Since:
- 2.5
- Author:
- Juergen Hoeller
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConcurrentExecutorAdapter(TaskExecutor taskExecutor) Create a new ConcurrentExecutorAdapter for the given Spring TaskExecutor. -
Method Summary