public interface ThreadPoolExecutorFactory<T extends java.util.concurrent.ExecutorService>
| Modifier and Type | Method and Description |
|---|---|
T |
createExecutor(java.util.concurrent.ThreadFactory factory) |
void |
validate()
Validate parameters for the thread pool executor factory
|
T createExecutor(java.util.concurrent.ThreadFactory factory)
void validate()