Uses of Interface
org.apache.activemq.artemis.jms.server.config.TopicConfiguration
-
Packages that use TopicConfiguration Package Description org.apache.activemq.artemis.jms.server org.apache.activemq.artemis.jms.server.config org.apache.activemq.artemis.jms.server.config.impl -
-
Uses of TopicConfiguration in org.apache.activemq.artemis.jms.server
Methods in org.apache.activemq.artemis.jms.server that return TopicConfiguration Modifier and Type Method Description TopicConfiguration
JMSServerConfigParser. parseTopicConfiguration(org.w3c.dom.Node node)
Parse the topic node as a TopicConfiguration object -
Uses of TopicConfiguration in org.apache.activemq.artemis.jms.server.config
Methods in org.apache.activemq.artemis.jms.server.config that return TopicConfiguration Modifier and Type Method Description TopicConfiguration
TopicConfiguration. setBindings(java.lang.String... bindings)
TopicConfiguration
TopicConfiguration. setName(java.lang.String name)
Methods in org.apache.activemq.artemis.jms.server.config that return types with arguments of type TopicConfiguration Modifier and Type Method Description java.util.List<TopicConfiguration>
JMSConfiguration. getTopicConfigurations()
Method parameters in org.apache.activemq.artemis.jms.server.config with type arguments of type TopicConfiguration Modifier and Type Method Description JMSConfiguration
JMSConfiguration. setTopicConfigurations(java.util.List<TopicConfiguration> topicConfigurations)
-
Uses of TopicConfiguration in org.apache.activemq.artemis.jms.server.config.impl
Classes in org.apache.activemq.artemis.jms.server.config.impl that implement TopicConfiguration Modifier and Type Class Description class
TopicConfigurationImpl
Methods in org.apache.activemq.artemis.jms.server.config.impl that return TopicConfiguration Modifier and Type Method Description protected static TopicConfiguration
FileJMSConfiguration. newTopic(java.lang.String topicName)
static TopicConfiguration
FileJMSConfiguration. parseTopicConfiguration(org.w3c.dom.Node node)
Parse the topic node as a TopicConfiguration objectMethods in org.apache.activemq.artemis.jms.server.config.impl that return types with arguments of type TopicConfiguration Modifier and Type Method Description java.util.List<TopicConfiguration>
JMSConfigurationImpl. getTopicConfigurations()
Method parameters in org.apache.activemq.artemis.jms.server.config.impl with type arguments of type TopicConfiguration Modifier and Type Method Description JMSConfigurationImpl
JMSConfigurationImpl. setTopicConfigurations(java.util.List<TopicConfiguration> topicConfigurations)
-