Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.remoting |
Modifier and Type | Method and Description |
---|---|
Connector |
Remoting.RemotingResources.connector(String key) |
Modifier and Type | Method and Description |
---|---|
List<Connector> |
Remoting.RemotingResources.connectors()
Get the list of Connector resources
|
Modifier and Type | Method and Description |
---|---|
T |
Remoting.connector(Connector value)
Add the Connector object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Remoting.connectors(List<Connector> value)
Add all Connector objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
Connector<T extends Connector<T>>
The configuration of a Remoting connector.
|
interface |
ConnectorConsumer<T extends Connector<T>> |
interface |
ConnectorSupplier<T extends Connector> |
Modifier and Type | Method and Description |
---|---|
Connector |
ConnectorSupplier.get()
Constructed instance of Connector resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.