Uses of Class
org.apache.activemq.artemis.core.config.amqpBrokerConnectivity.AMQPBrokerConnectionAddressType
-
Packages that use AMQPBrokerConnectionAddressType Package Description org.apache.activemq.artemis.core.config.amqpBrokerConnectivity -
-
Uses of AMQPBrokerConnectionAddressType in org.apache.activemq.artemis.core.config.amqpBrokerConnectivity
Methods in org.apache.activemq.artemis.core.config.amqpBrokerConnectivity that return AMQPBrokerConnectionAddressType Modifier and Type Method Description AMQPBrokerConnectionAddressTypeAMQPBrokerConnectionElement. getType()static AMQPBrokerConnectionAddressTypeAMQPBrokerConnectionAddressType. valueOf(String name)Returns the enum constant of this type with the specified name.static AMQPBrokerConnectionAddressType[]AMQPBrokerConnectionAddressType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.activemq.artemis.core.config.amqpBrokerConnectivity with parameters of type AMQPBrokerConnectionAddressType Modifier and Type Method Description AMQPBrokerConnectionElementAMQPBrokerConnectionElement. setType(AMQPBrokerConnectionAddressType type)AMQPMirrorBrokerConnectionElementAMQPMirrorBrokerConnectionElement. setType(AMQPBrokerConnectionAddressType type)
-