Package | Description |
---|---|
org.wildfly.swarm.config.messaging.activemq | |
org.wildfly.swarm.config.messaging.activemq.server |
Modifier and Type | Method and Description |
---|---|
RemoteConnector |
Server.ServerResources.remoteConnector(String key) |
Modifier and Type | Method and Description |
---|---|
List<RemoteConnector> |
Server.ServerResources.remoteConnectors()
Get the list of RemoteConnector resources
|
Modifier and Type | Method and Description |
---|---|
T |
Server.remoteConnector(RemoteConnector value)
Add the RemoteConnector object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Server.remoteConnectors(List<RemoteConnector> value)
Add all RemoteConnector objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteConnector<T extends RemoteConnector<T>>
Used by a remote client to define how it connects to a server.
|
interface |
RemoteConnectorConsumer<T extends RemoteConnector<T>> |
interface |
RemoteConnectorSupplier<T extends RemoteConnector> |
Modifier and Type | Method and Description |
---|---|
RemoteConnector |
RemoteConnectorSupplier.get()
Constructed instance of RemoteConnector resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.