| Interface | Description |
|---|---|
| WithExecutor |
An object implementing this interface (usually a listener) requests that all of its methods invoked be invoked through the executor.
|
| Class | Description |
|---|---|
| CurrentThreadExecutor | |
| OrderedThreadPoolExecutor |
Adapted from Netty's org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
|
| QueueFactory | |
| SimpleFuture<V> |