Uses of Interface
org.apache.activemq.artemis.core.postoffice.BindingsFactory
-
Packages that use BindingsFactory Package Description org.apache.activemq.artemis.core.postoffice.impl -
-
Uses of BindingsFactory in org.apache.activemq.artemis.core.postoffice.impl
Classes in org.apache.activemq.artemis.core.postoffice.impl that implement BindingsFactory Modifier and Type Class Description classPostOfficeImplThis is the class that will make the routing to Queues and decide which consumer will get the messages It's the queue component on distributing the messages * *Constructors in org.apache.activemq.artemis.core.postoffice.impl with parameters of type BindingsFactory Constructor Description SimpleAddressManager(BindingsFactory bindingsFactory, WildcardConfiguration wildcardConfiguration, StorageManager storageManager, MetricsManager metricsManager)SimpleAddressManager(BindingsFactory bindingsFactory, StorageManager storageManager, MetricsManager metricsManager)WildcardAddressManager(BindingsFactory bindingsFactory, WildcardConfiguration wildcardConfiguration, StorageManager storageManager, MetricsManager metricsManager)WildcardAddressManager(BindingsFactory bindingsFactory, StorageManager storageManager, MetricsManager metricsManager)
-