Uses of Interface
org.apache.activemq.artemis.core.postoffice.Bindings
-
Packages that use Bindings Package Description org.apache.activemq.artemis.core.postoffice org.apache.activemq.artemis.core.postoffice.impl -
-
Uses of Bindings in org.apache.activemq.artemis.core.postoffice
Methods in org.apache.activemq.artemis.core.postoffice that return Bindings Modifier and Type Method Description BindingsBindingsFactory. createBindings(SimpleString address)BindingsPostOffice. getBindingsForAddress(SimpleString address)Differently to lookupBindings, this will always create a new element on the Queue if non-existentBindingsAddressManager. getBindingsForRoutingAddress(SimpleString address)BindingsAddressManager. getExistingBindingsForRoutingAddress(SimpleString address)BindingsPostOffice. lookupBindingsForAddress(SimpleString address)It will lookup the Binding without creating an item on the Queue if non-existent -
Uses of Bindings in org.apache.activemq.artemis.core.postoffice.impl
Classes in org.apache.activemq.artemis.core.postoffice.impl that implement Bindings Modifier and Type Class Description classBindingsImplFields in org.apache.activemq.artemis.core.postoffice.impl with type parameters of type Bindings Modifier and Type Field Description protected ConcurrentMap<SimpleString,Bindings>SimpleAddressManager. mappingsHashMap<Address, Binding>Methods in org.apache.activemq.artemis.core.postoffice.impl that return Bindings Modifier and Type Method Description protected BindingsSimpleAddressManager. addMappingsInternal(SimpleString address, Collection<Binding> newBindings)BindingsPostOfficeImpl. createBindings(SimpleString address)BindingsPostOfficeImpl. getBindingsForAddress(SimpleString address)BindingsSimpleAddressManager. getBindingsForRoutingAddress(SimpleString address)BindingsWildcardAddressManager. getBindingsForRoutingAddress(SimpleString address)BindingsSimpleAddressManager. getExistingBindingsForRoutingAddress(SimpleString address)BindingsPostOfficeImpl. lookupBindingsForAddress(SimpleString address)Methods in org.apache.activemq.artemis.core.postoffice.impl that return types with arguments of type Bindings Modifier and Type Method Description AddressMap<Bindings>WildcardAddressManager. getAddressMap()Methods in org.apache.activemq.artemis.core.postoffice.impl with parameters of type Bindings Modifier and Type Method Description protected voidSimpleAddressManager. bindingsEmpty(SimpleString realAddress, Bindings bindings)protected voidWildcardAddressManager. bindingsEmpty(SimpleString realAddress, Bindings bindings)
-