| Package | Description | 
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.io | 
| Modifier and Type | Method and Description | 
|---|---|
Worker | 
IO.IOResources.worker(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Worker> | 
IO.IOResources.workers()
Get the list of Worker resources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
IO.worker(Worker value)
Add the Worker object to the list of subresources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
IO.workers(List<Worker> value)
Add all Worker objects to this subresource 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Worker<T extends Worker<T>>
Defines workers 
 | 
interface  | 
WorkerConsumer<T extends Worker<T>>  | 
interface  | 
WorkerSupplier<T extends Worker>  | 
| Modifier and Type | Method and Description | 
|---|---|
Worker | 
WorkerSupplier.get()
Constructed instance of Worker resource 
 | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.