Package | Description |
---|---|
org.wildfly.swarm.config.io | |
org.wildfly.swarm.config.io.worker |
Modifier and Type | Method and Description |
---|---|
Server |
Worker.WorkerResources.server(String key) |
Modifier and Type | Method and Description |
---|---|
List<Server> |
Worker.WorkerResources.servers()
Get the list of Server resources
|
Modifier and Type | Method and Description |
---|---|
T |
Worker.server(Server value)
Add the Server object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Worker.servers(List<Server> value)
Add all Server objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
Server<T extends Server<T>>
Runtime resource that describes listening servers utilizing this worker
|
interface |
ServerConsumer<T extends Server<T>> |
interface |
ServerSupplier<T extends Server> |
Modifier and Type | Method and Description |
---|---|
Server |
ServerSupplier.get()
Constructed instance of Server resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.