public class MessagingActivemq<T extends MessagingActivemq> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
MessagingActivemq.MessagingActivemqResources
Child mutators for MessagingActivemq
|
| Constructor and Description |
|---|
MessagingActivemq() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
T |
jmsBridge(JmsBridge value)
Add the org.wildfly.swarm.config.messaging_activemq.JmsBridge object to the list of subresources
|
T |
jmsBridge(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.JmsBridge object to the list of subresources
|
T |
jmsBridge(String childKey,
JmsBridgeConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.JmsBridge object to the list of subresources
|
T |
jmsBridges(List<JmsBridge> value)
Add all org.wildfly.swarm.config.messaging_activemq.JmsBridge objects to this subresource
|
T |
server(Server value)
Add the org.wildfly.swarm.config.messaging_activemq.Server object to the list of subresources
|
T |
server(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.Server object to the list of subresources
|
T |
server(String childKey,
ServerConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.Server object to the list of subresources
|
T |
servers(List<Server> value)
Add all org.wildfly.swarm.config.messaging_activemq.Server objects to this subresource
|
MessagingActivemq.MessagingActivemqResources |
subresources() |
public String getKey()
public MessagingActivemq.MessagingActivemqResources subresources()
public T servers(List<Server> value)
value - List of org.wildfly.swarm.config.messaging_activemq.Server objects.public T server(Server value)
value - The org.wildfly.swarm.config.messaging_activemq.Server to addpublic T server(String childKey, ServerConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.Server resourceconfig - The org.wildfly.swarm.config.messaging_activemq.ServerConfigurator to usepublic T server(String childKey)
key - The key for the org.wildfly.swarm.config.messaging_activemq.Server resourcepublic T jmsBridges(List<JmsBridge> value)
value - List of org.wildfly.swarm.config.messaging_activemq.JmsBridge objects.public T jmsBridge(JmsBridge value)
value - The org.wildfly.swarm.config.messaging_activemq.JmsBridge to addpublic T jmsBridge(String childKey, JmsBridgeConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.JmsBridge resourceconfig - The org.wildfly.swarm.config.messaging_activemq.JmsBridgeConfigurator to useCopyright © 2015 JBoss by Red Hat. All rights reserved.