Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.modcluster |
Modifier and Type | Method and Description |
---|---|
Proxy |
Modcluster.ModclusterResources.proxy(String key) |
Modifier and Type | Method and Description |
---|---|
List<Proxy> |
Modcluster.ModclusterResources.proxies()
Get the list of Proxy resources
|
Modifier and Type | Method and Description |
---|---|
T |
Modcluster.proxy(Proxy value)
Add the Proxy object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Modcluster.proxies(List<Proxy> value)
Add all Proxy objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
Proxy<T extends Proxy<T>>
Proxy resource coupled with single Undertow listener (and server) specifying
load balancer discovery, its configuration and load balance factor provider.
|
interface |
ProxyConsumer<T extends Proxy<T>> |
interface |
ProxySupplier<T extends Proxy> |
Modifier and Type | Method and Description |
---|---|
Proxy |
ProxySupplier.get()
Constructed instance of Proxy resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.