public interface ExecutorFactory
| Modifier and Type | Method and Description |
|---|---|
StoppableExecutor |
create(String displayName)
Creates an executor which can run multiple tasks concurrently.
|
StoppableExecutor create(String displayName)
displayName - The display name for the this executor. Used for thread names, logging and error message.Copyright © 2013. All rights reserved