Uses of Interface
org.apache.activemq.artemis.core.postoffice.AddressManager
-
Packages that use AddressManager Package Description org.apache.activemq.artemis.core.postoffice org.apache.activemq.artemis.core.postoffice.impl -
-
Uses of AddressManager in org.apache.activemq.artemis.core.postoffice
Methods in org.apache.activemq.artemis.core.postoffice that return AddressManager Modifier and Type Method Description default AddressManagerPostOffice. getAddressManager() -
Uses of AddressManager in org.apache.activemq.artemis.core.postoffice.impl
Classes in org.apache.activemq.artemis.core.postoffice.impl that implement AddressManager Modifier and Type Class Description classSimpleAddressManagerA simple address manager that maintains the addresses and bindings.classWildcardAddressManagerextends the simple manager to allow wildcard addresses to be used.Methods in org.apache.activemq.artemis.core.postoffice.impl that return AddressManager Modifier and Type Method Description AddressManagerPostOfficeImpl. getAddressManager()
-