- All Implemented Interfaces:
- Serializable, Executor, ThreadFactory, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.core.task.AsyncListenableTaskExecutor, org.springframework.core.task.AsyncTaskExecutor, org.springframework.core.task.TaskExecutor, org.springframework.scheduling.SchedulingTaskExecutor
public class QueueStatusThreadPoolTaskExecutor
extends org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Provides access to a loosely coupled list of identifiers. Presumably, this list relates to items currently
being worked on, or queued up, in the thread pool. When synchronized with thread pool completion, this provides
an avenue to detect is a pool has completed processing of all items previously assigned for work in the thread pool.
- Author:
- Jeff Fischer
- See Also:
- Serialized Form