Class AddressImpl
java.lang.Object
org.apache.activemq.artemis.core.postoffice.impl.AddressImpl
- All Implemented Interfaces:
Address
Splits an address string into its hierarchical parts using
WildcardConfiguration.getDelimiter() as delimiter.-
Constructor Summary
ConstructorsConstructorDescriptionAddressImpl(SimpleString address) AddressImpl(SimpleString address, WildcardConfiguration wildcardConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleaninthashCode()booleanThis method should actually be called `isMatchedBy`.
-
Constructor Details
-
AddressImpl
-
AddressImpl
-
-
Method Details
-
getAddress
- Specified by:
getAddressin interfaceAddress
-
getAddressParts
- Specified by:
getAddressPartsin interfaceAddress
-
containsWildCard
public boolean containsWildCard()- Specified by:
containsWildCardin interfaceAddress
-
matches
This method should actually be called `isMatchedBy`. -
equals
-
hashCode
public int hashCode()
-