Uses of Interface
org.apache.activemq.artemis.core.PriorityAware
-
-
Uses of PriorityAware in org.apache.activemq.artemis.core.server
Subinterfaces of PriorityAware in org.apache.activemq.artemis.core.server Modifier and Type Interface Description interfaceConsumerinterfaceServerConsumerA ServerConsumer -
Uses of PriorityAware in org.apache.activemq.artemis.core.server.cluster
Subinterfaces of PriorityAware in org.apache.activemq.artemis.core.server.cluster Modifier and Type Interface Description interfaceBridgeA Core Bridge -
Uses of PriorityAware in org.apache.activemq.artemis.core.server.cluster.impl
Classes in org.apache.activemq.artemis.core.server.cluster.impl that implement PriorityAware Modifier and Type Class Description classBridgeImplA Core BridgeImplclassClusterConnectionBridgeA bridge with extra functionality only available when the server is clustered.classRedistributor -
Uses of PriorityAware in org.apache.activemq.artemis.core.server.impl
Classes in org.apache.activemq.artemis.core.server.impl with type parameters of type PriorityAware Modifier and Type Interface Description interfaceQueueConsumers<T extends PriorityAware>classQueueConsumersImpl<T extends PriorityAware>This class's purpose is to hold the consumers.Classes in org.apache.activemq.artemis.core.server.impl that implement PriorityAware Modifier and Type Class Description protected static classQueueImpl.ConsumerHolder<T extends Consumer>classServerConsumerImplConcrete implementation of a ClientConsumer. -
Uses of PriorityAware in org.apache.activemq.artemis.utils.collections
Classes in org.apache.activemq.artemis.utils.collections with type parameters of type PriorityAware Modifier and Type Class Description classPriorityCollection<E extends PriorityAware>This class's purpose is to hold the the different collections used for each priority level.Classes in org.apache.activemq.artemis.utils.collections that implement PriorityAware Modifier and Type Class Description static classPriorityCollection.PriorityHolder<E>Methods in org.apache.activemq.artemis.utils.collections with parameters of type PriorityAware Modifier and Type Method Description booleanPriorityCollection. contains(PriorityAware priorityAware)
-