Package | Description |
---|---|
org.wildfly.swarm.config.messaging.activemq | |
org.wildfly.swarm.config.messaging.activemq.server |
Modifier and Type | Method and Description |
---|---|
JMSTopic |
Server.ServerResources.jmsTopic(String key) |
Modifier and Type | Method and Description |
---|---|
List<JMSTopic> |
Server.ServerResources.jmsTopics()
Get the list of JMSTopic resources
|
Modifier and Type | Method and Description |
---|---|
T |
Server.jmsTopic(JMSTopic value)
Add the JMSTopic object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Server.jmsTopics(List<JMSTopic> value)
Add all JMSTopic objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
JMSTopic<T extends JMSTopic<T>>
Defines a JMS topic.
|
interface |
JMSTopicConsumer<T extends JMSTopic<T>> |
interface |
JMSTopicSupplier<T extends JMSTopic> |
Modifier and Type | Method and Description |
---|---|
JMSTopic |
JMSTopicSupplier.get()
Constructed instance of JMSTopic resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.