Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.messaging.activemq |
Modifier and Type | Method and Description |
---|---|
Connector |
MessagingActiveMQ.MessagingActiveMQResources.connector(String key) |
Modifier and Type | Method and Description |
---|---|
List<Connector> |
MessagingActiveMQ.MessagingActiveMQResources.connectors()
Get the list of Connector resources
|
Modifier and Type | Method and Description |
---|---|
T |
MessagingActiveMQ.connector(Connector value)
Add the Connector object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
MessagingActiveMQ.connectors(List<Connector> value)
Add all Connector objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
Connector<T extends Connector<T>>
A connector can be used by a client to define how it connects to a server.
|
interface |
ConnectorConsumer<T extends Connector<T>> |
interface |
ConnectorSupplier<T extends Connector> |
Modifier and Type | Method and Description |
---|---|
Connector |
Server.ServerResources.connector(String key) |
Connector |
ConnectorSupplier.get()
Constructed instance of Connector resource
|
Modifier and Type | Method and Description |
---|---|
List<Connector> |
Server.ServerResources.connectors()
Get the list of Connector resources
|
Modifier and Type | Method and Description |
---|---|
T |
Server.connector(Connector value)
Add the Connector object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Server.connectors(List<Connector> value)
Add all Connector objects to this subresource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.