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