Uses of Interface
org.apache.activemq.artemis.core.postoffice.Bindings
Packages that use Bindings
Package
Description
-
Uses of Bindings in org.apache.activemq.artemis.core.postoffice
Methods in org.apache.activemq.artemis.core.postoffice that return BindingsModifier and TypeMethodDescriptionBindingsFactory.createBindings(SimpleString address) PostOffice.getBindingsForAddress(SimpleString address) Differently to lookupBindings, this will always create a new element on the Queue if non-existentAddressManager.getBindingsForRoutingAddress(SimpleString address) AddressManager.getExistingBindingsForRoutingAddress(SimpleString address) PostOffice.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 BindingsFields in org.apache.activemq.artemis.core.postoffice.impl with type parameters of type BindingsModifier and TypeFieldDescriptionprotected final ConcurrentMap<SimpleString,Bindings> SimpleAddressManager.mappingsMethods in org.apache.activemq.artemis.core.postoffice.impl that return BindingsModifier and TypeMethodDescriptionprotected BindingsSimpleAddressManager.addMappingsInternal(SimpleString address, Collection<Binding> newBindings) PostOfficeImpl.createBindings(SimpleString address) PostOfficeImpl.getBindingsForAddress(SimpleString address) SimpleAddressManager.getBindingsForRoutingAddress(SimpleString address) WildcardAddressManager.getBindingsForRoutingAddress(SimpleString address) SimpleAddressManager.getExistingBindingsForRoutingAddress(SimpleString address) PostOfficeImpl.lookupBindingsForAddress(SimpleString address) Methods in org.apache.activemq.artemis.core.postoffice.impl that return types with arguments of type BindingsMethods in org.apache.activemq.artemis.core.postoffice.impl with parameters of type BindingsModifier and TypeMethodDescriptionprotected voidSimpleAddressManager.bindingsEmpty(SimpleString realAddress, Bindings bindings) protected voidWildcardAddressManager.bindingsEmpty(SimpleString realAddress, Bindings bindings)