Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.messaging.activemq |
Modifier and Type | Method and Description |
---|---|
RemoteConnector |
MessagingActiveMQ.MessagingActiveMQResources.remoteConnector(String key) |
Modifier and Type | Method and Description |
---|---|
List<RemoteConnector> |
MessagingActiveMQ.MessagingActiveMQResources.remoteConnectors()
Get the list of RemoteConnector resources
|
Modifier and Type | Method and Description |
---|---|
T |
MessagingActiveMQ.remoteConnector(RemoteConnector value)
Add the RemoteConnector object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
MessagingActiveMQ.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
|
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
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.