Package | Description |
---|---|
org.wildfly.swarm.config.io | |
org.wildfly.swarm.config.io.worker |
Modifier and Type | Method and Description |
---|---|
OutboundBindAddress |
Worker.WorkerResources.outboundBindAddress(String key) |
Modifier and Type | Method and Description |
---|---|
List<OutboundBindAddress> |
Worker.WorkerResources.outboundBindAddress()
Get the list of OutboundBindAddress resources
|
Modifier and Type | Method and Description |
---|---|
T |
Worker.outboundBindAddress(OutboundBindAddress value)
Add the OutboundBindAddress object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Worker.outboundBindAddress(List<OutboundBindAddress> value)
Add all OutboundBindAddress objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
OutboundBindAddress<T extends OutboundBindAddress<T>>
Defines a bind address to use when connecting to the specified destination
|
interface |
OutboundBindAddressConsumer<T extends OutboundBindAddress<T>> |
interface |
OutboundBindAddressSupplier<T extends OutboundBindAddress> |
Modifier and Type | Method and Description |
---|---|
OutboundBindAddress |
OutboundBindAddressSupplier.get()
Constructed instance of OutboundBindAddress resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.