public class OrderedExecutorFactory
extends java.lang.Object
| Constructor and Description |
|---|
OrderedExecutorFactory(java.util.concurrent.Executor parent)
Construct a new instance delegating to the given parent executor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.Executor |
getExecutor()
Get an executor that always executes tasks in order.
|