Interface QueueConsumers<T extends PriorityAware>
- All Superinterfaces:
Iterable<T>,Iterator<T>,RepeatableIterator<T>,ResettableIterator<T>
- All Known Implementing Classes:
QueueConsumersImpl
public interface QueueConsumers<T extends PriorityAware>
extends Iterable<T>, RepeatableIterator<T>, ResettableIterator<T>
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, removeMethods inherited from interface org.apache.activemq.artemis.utils.collections.RepeatableIterator
removed, repeatMethods inherited from interface org.apache.activemq.artemis.utils.collections.ResettableIterator
reset
-
Method Details
-
getPriorites
-
add
-
remove
-
size
int size() -
isEmpty
boolean isEmpty() -
stream
-