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