public interface ThreadPoolExecutorFactory<T extends ExecutorService>
Modifier and Type | Method and Description |
---|---|
T |
createExecutor(ThreadFactory factory) |
void |
validate()
Validate parameters for the thread pool executor factory
|
T createExecutor(ThreadFactory factory)
void validate()
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.