Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.remoting |
Modifier and Type | Method and Description |
---|---|
OutboundConnection |
Remoting.RemotingResources.outboundConnection(String key) |
Modifier and Type | Method and Description |
---|---|
List<OutboundConnection> |
Remoting.RemotingResources.outboundConnections()
Get the list of OutboundConnection resources
|
Modifier and Type | Method and Description |
---|---|
T |
Remoting.outboundConnection(OutboundConnection value)
Add the OutboundConnection object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Remoting.outboundConnections(List<OutboundConnection> value)
Add all OutboundConnection objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
OutboundConnection<T extends OutboundConnection<T>>
Remoting outbound connection.
|
interface |
OutboundConnectionConsumer<T extends OutboundConnection<T>> |
interface |
OutboundConnectionSupplier<T extends OutboundConnection> |
Modifier and Type | Method and Description |
---|---|
OutboundConnection |
OutboundConnectionSupplier.get()
Constructed instance of OutboundConnection resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.