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 TopicConfigurationJMSServerConfigParser. 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 TopicConfigurationTopicConfiguration. setBindings(java.lang.String... bindings)TopicConfigurationTopicConfiguration. 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 JMSConfigurationJMSConfiguration. 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 classTopicConfigurationImplMethods in org.apache.activemq.artemis.jms.server.config.impl that return TopicConfiguration Modifier and Type Method Description protected static TopicConfigurationFileJMSConfiguration. newTopic(java.lang.String topicName)static TopicConfigurationFileJMSConfiguration. 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 JMSConfigurationImplJMSConfigurationImpl. setTopicConfigurations(java.util.List<TopicConfiguration> topicConfigurations)
-