| Package | Description |
|---|---|
| org.apache.activemq.artemis.core.postoffice | |
| org.apache.activemq.artemis.core.postoffice.impl |
| Modifier and Type | Method and Description |
|---|---|
Collection<Address> |
Address.getLinkedAddresses() |
| Modifier and Type | Method and Description |
|---|---|
void |
Address.addLinkedAddress(Address address) |
boolean |
Address.matches(Address add) |
void |
Address.removeLinkedAddress(Address actualAddress) |
| Modifier and Type | Class and Description |
|---|---|
class |
AddressImpl
Splits an address string into its hierarchical parts using
WildcardConfiguration.getDelimiter() as delimiter. |
| Modifier and Type | Method and Description |
|---|---|
Collection<Address> |
AddressImpl.getLinkedAddresses() |
| Modifier and Type | Method and Description |
|---|---|
void |
AddressImpl.addLinkedAddress(Address address) |
boolean |
AddressImpl.matches(Address otherAddr)
This method should actually be called `isMatchedBy`.
|
void |
AddressImpl.removeLinkedAddress(Address actualAddress) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.