public class OutboundConnection<T extends OutboundConnection> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
OutboundConnection.OutboundConnectionResources
Child mutators for OutboundConnection
|
| Constructor and Description |
|---|
OutboundConnection(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
T |
property(Property value)
Add the org.wildfly.swarm.config.remoting.Property object to the list of subresources
|
T |
property(String childKey)
Create and configure a org.wildfly.swarm.config.remoting.Property object to the list of subresources
|
T |
property(String childKey,
PropertyConfigurator config)
Create and configure a org.wildfly.swarm.config.remoting.Property object to the list of subresources
|
T |
propertys(List<Property> value)
Add all org.wildfly.swarm.config.remoting.Property objects to this subresource
|
OutboundConnection.OutboundConnectionResources |
subresources() |
String |
uri()
The connection URI for the outbound connection.
|
T |
uri(String value)
The connection URI for the outbound connection.
|
public OutboundConnection(String key)
public String getKey()
public String uri()
public OutboundConnection.OutboundConnectionResources subresources()
public T propertys(List<Property> value)
value - List of org.wildfly.swarm.config.remoting.Property objects.public T property(Property value)
value - The org.wildfly.swarm.config.remoting.Property to addpublic T property(String childKey, PropertyConfigurator config)
key - The key for the org.wildfly.swarm.config.remoting.Property resourceconfig - The org.wildfly.swarm.config.remoting.PropertyConfigurator to useCopyright © 2015 JBoss by Red Hat. All rights reserved.