Uses of Interface
org.apache.activemq.artemis.core.postoffice.Address
-
Packages that use Address Package Description org.apache.activemq.artemis.core.postoffice org.apache.activemq.artemis.core.postoffice.impl -
-
Uses of Address in org.apache.activemq.artemis.core.postoffice
Methods in org.apache.activemq.artemis.core.postoffice with parameters of type Address Modifier and Type Method Description booleanAddress. matches(Address add) -
Uses of Address in org.apache.activemq.artemis.core.postoffice.impl
Classes in org.apache.activemq.artemis.core.postoffice.impl that implement Address Modifier and Type Class Description classAddressImplSplits an address string into its hierarchical parts usingWildcardConfiguration.getDelimiter()as delimiter.Methods in org.apache.activemq.artemis.core.postoffice.impl with parameters of type Address Modifier and Type Method Description booleanAddressImpl. matches(Address otherAddr)This method should actually be called `isMatchedBy`.
-