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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanadd(T t)Set<Integer>getPriorites()booleanisEmpty()booleanremove(T t)intsize()Stream<T>stream()-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Methods inherited from interface org.apache.activemq.artemis.utils.collections.RepeatableIterator
repeat
-
Methods inherited from interface org.apache.activemq.artemis.utils.collections.ResettableIterator
reset
-
-