Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.batch.jberet |
Modifier and Type | Method and Description |
---|---|
ThreadPool |
BatchJBeret.BatchJBeretResources.threadPool(String key) |
Modifier and Type | Method and Description |
---|---|
List<ThreadPool> |
BatchJBeret.BatchJBeretResources.threadPools()
Get the list of ThreadPool resources
|
Modifier and Type | Method and Description |
---|---|
T |
BatchJBeret.threadPool(ThreadPool value)
Add the ThreadPool object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
BatchJBeret.threadPools(List<ThreadPool> value)
Add all ThreadPool objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
ThreadPool<T extends ThreadPool<T>>
The thread pool used for batch jobs.
|
interface |
ThreadPoolConsumer<T extends ThreadPool<T>> |
interface |
ThreadPoolSupplier<T extends ThreadPool> |
Modifier and Type | Method and Description |
---|---|
ThreadPool |
ThreadPoolSupplier.get()
Constructed instance of ThreadPool resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.