Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.remoting |
Modifier and Type | Method and Description |
---|---|
LocalOutboundConnection |
Remoting.RemotingResources.localOutboundConnection(String key) |
Modifier and Type | Method and Description |
---|---|
List<LocalOutboundConnection> |
Remoting.RemotingResources.localOutboundConnections()
Get the list of LocalOutboundConnection resources
|
Modifier and Type | Method and Description |
---|---|
T |
Remoting.localOutboundConnection(LocalOutboundConnection value)
Add the LocalOutboundConnection object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Remoting.localOutboundConnections(List<LocalOutboundConnection> value)
Add all LocalOutboundConnection objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
LocalOutboundConnection<T extends LocalOutboundConnection<T>>
Remoting outbound connection with an implicit local:// URI scheme.
|
interface |
LocalOutboundConnectionConsumer<T extends LocalOutboundConnection<T>> |
interface |
LocalOutboundConnectionSupplier<T extends LocalOutboundConnection> |
Modifier and Type | Method and Description |
---|---|
LocalOutboundConnection |
LocalOutboundConnectionSupplier.get()
Constructed instance of LocalOutboundConnection resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.