Uses of Class
org.apache.activemq.artemis.core.config.amqpBrokerConnectivity.AMQPFederationAddressPolicyElement.AddressMatch
Packages that use AMQPFederationAddressPolicyElement.AddressMatch
-
Uses of AMQPFederationAddressPolicyElement.AddressMatch in org.apache.activemq.artemis.core.config.amqpBrokerConnectivity
Methods in org.apache.activemq.artemis.core.config.amqpBrokerConnectivity that return AMQPFederationAddressPolicyElement.AddressMatchModifier and TypeMethodDescriptionAMQPFederationAddressPolicyElement.AddressMatch.setAddressMatch(String addressMatch) Methods in org.apache.activemq.artemis.core.config.amqpBrokerConnectivity that return types with arguments of type AMQPFederationAddressPolicyElement.AddressMatchModifier and TypeMethodDescriptionAMQPFederationAddressPolicyElement.getExcludes()AMQPFederationAddressPolicyElement.getIncludes()Methods in org.apache.activemq.artemis.core.config.amqpBrokerConnectivity with parameters of type AMQPFederationAddressPolicyElement.AddressMatchModifier and TypeMethodDescriptionAMQPFederationAddressPolicyElement.addExclude(AMQPFederationAddressPolicyElement.AddressMatch exclude) AMQPFederationAddressPolicyElement.addInclude(AMQPFederationAddressPolicyElement.AddressMatch include) Method parameters in org.apache.activemq.artemis.core.config.amqpBrokerConnectivity with type arguments of type AMQPFederationAddressPolicyElement.AddressMatchModifier and TypeMethodDescriptionAMQPFederationAddressPolicyElement.setExcludes(Set<AMQPFederationAddressPolicyElement.AddressMatch> excludes) AMQPFederationAddressPolicyElement.setIncludes(Set<AMQPFederationAddressPolicyElement.AddressMatch> includes)