Interface AsyncListenableTaskExecutor

All Superinterfaces:
AsyncTaskExecutor, Executor, TaskExecutor
All Known Implementing Classes:
ConcurrentTaskExecutor, ConcurrentTaskScheduler, DefaultManagedTaskExecutor, DefaultManagedTaskScheduler, SimpleAsyncTaskExecutor, SimpleAsyncTaskScheduler, SimpleThreadPoolTaskExecutor, TaskExecutorAdapter, ThreadPoolTaskExecutor, ThreadPoolTaskScheduler

@Deprecated(since="6.0") public interface AsyncListenableTaskExecutor extends AsyncTaskExecutor
Extension of the AsyncTaskExecutor interface, adding the capability to submit tasks for ListenableFutures.
Since:
4.0
Author:
Arjen Poutsma
See Also:
  • Method Details