Uses of Interface
org.apache.activemq.artemis.core.PriorityAware
-
Packages that use PriorityAware Package Description org.apache.activemq.artemis.utils.collections -
-
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)
-