| Class | Description |
|---|---|
| ForceQueuePolicy |
RejectedExecutionHandler that just re-attempts to put into the queue. |
| IteratorExecutor<T> |
Executes tasks in an
Iterator. |
| MDCPropagatingCallable<T> | |
| MDCPropagatingExecutorService | |
| MDCPropagatingRunnable | |
| MDCPropagatingScheduledExecutorService | |
| ScalingThreadPoolExecutor |
ThreadPoolExecutor that scales from a min to a max number of threads as tasks get
added. |