public class ThreadPoolConfiguration extends Object
Modifier | Constructor and Description |
---|---|
protected |
ThreadPoolConfiguration(ThreadFactory threadFactory,
ThreadPoolExecutorFactory threadPoolFactory) |
Modifier and Type | Method and Description |
---|---|
<T extends ThreadFactory> |
threadFactory() |
<T extends ThreadPoolExecutorFactory> |
threadPoolFactory() |
String |
toString() |
protected ThreadPoolConfiguration(ThreadFactory threadFactory, ThreadPoolExecutorFactory threadPoolFactory)
public <T extends ThreadPoolExecutorFactory> T threadPoolFactory()
public <T extends ThreadFactory> T threadFactory()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.