Uses of Interface
org.apache.activemq.artemis.core.PriorityAware
Packages that use PriorityAware
Package
Description
-
Uses of PriorityAware in org.apache.activemq.artemis.core.server
Subinterfaces of PriorityAware in org.apache.activemq.artemis.core.server -
Uses of PriorityAware in org.apache.activemq.artemis.core.server.cluster
Subinterfaces of PriorityAware in org.apache.activemq.artemis.core.server.cluster -
Uses of PriorityAware in org.apache.activemq.artemis.core.server.cluster.impl
Classes in org.apache.activemq.artemis.core.server.cluster.impl that implement PriorityAwareModifier and TypeClassDescriptionclassclassA bridge with extra functionality only available when the server is clustered.class -
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 PriorityAwareModifier and TypeInterfaceDescriptioninterfaceQueueConsumers<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 PriorityAwareModifier and TypeClassDescriptionprotected static classQueueImpl.ConsumerHolder<T extends Consumer>classConcrete 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 PriorityAwareModifier and TypeClassDescriptionclassPriorityCollection<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 PriorityAwareMethods in org.apache.activemq.artemis.utils.collections with parameters of type PriorityAwareModifier and TypeMethodDescriptionbooleanPriorityCollection.contains(PriorityAware priorityAware)