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. @author Juergen Hoeller @since 2.5 @see java.util.concurrent.Executor @see org.springframework.core.task.TaskExecutor
|
|
|
|
|
|
|
|
|
|