Uses of Class
org.apache.activemq.artemis.core.config.amqpBrokerConnectivity.AMQPBrokerConnectionElement
-
Packages that use AMQPBrokerConnectionElement Package Description org.apache.activemq.artemis.core.config.amqpBrokerConnectivity -
-
Uses of AMQPBrokerConnectionElement in org.apache.activemq.artemis.core.config.amqpBrokerConnectivity
Subclasses of AMQPBrokerConnectionElement in org.apache.activemq.artemis.core.config.amqpBrokerConnectivity Modifier and Type Class Description classAMQPMirrorBrokerConnectionElementMethods in org.apache.activemq.artemis.core.config.amqpBrokerConnectivity that return AMQPBrokerConnectionElement Modifier and Type Method Description AMQPBrokerConnectionElementAMQPBrokerConnectionElement. setMatchAddress(String matchAddress)AMQPBrokerConnectionElementAMQPBrokerConnectionElement. setMatchAddress(SimpleString matchAddress)AMQPBrokerConnectionElementAMQPBrokerConnectionElement. setParent(AMQPBrokerConnectConfiguration parent)AMQPBrokerConnectionElementAMQPBrokerConnectionElement. setQueueName(String queueName)AMQPBrokerConnectionElementAMQPBrokerConnectionElement. setQueueName(SimpleString queueName)AMQPBrokerConnectionElementAMQPBrokerConnectionElement. setType(AMQPBrokerConnectionAddressType type)Methods in org.apache.activemq.artemis.core.config.amqpBrokerConnectivity that return types with arguments of type AMQPBrokerConnectionElement Modifier and Type Method Description List<AMQPBrokerConnectionElement>AMQPBrokerConnectConfiguration. getConnectionElements()Methods in org.apache.activemq.artemis.core.config.amqpBrokerConnectivity with parameters of type AMQPBrokerConnectionElement Modifier and Type Method Description AMQPBrokerConnectConfigurationAMQPBrokerConnectConfiguration. addElement(AMQPBrokerConnectionElement amqpBrokerConnectionElement)
-