Package org.apache.pekko.dispatch
Class UnboundedPriorityMailbox.MessageQueue
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractQueue<E>
java.util.concurrent.PriorityBlockingQueue<Envelope>
org.apache.pekko.dispatch.UnboundedPriorityMailbox.MessageQueue
- All Implemented Interfaces:
Serializable,Iterable<Envelope>,Collection<Envelope>,BlockingQueue<Envelope>,Queue<Envelope>,MessageQueue,MultipleConsumerSemantics,QueueBasedMessageQueue,UnboundedMessageQueueSemantics,UnboundedQueueBasedMessageQueue
- Enclosing class:
- UnboundedPriorityMailbox
public static class UnboundedPriorityMailbox.MessageQueue
extends PriorityBlockingQueue<Envelope>
implements UnboundedQueueBasedMessageQueue
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.concurrent.PriorityBlockingQueue
add, clear, comparator, contains, drainTo, drainTo, forEach, iterator, offer, offer, peek, poll, poll, put, remainingCapacity, remove, removeAll, removeIf, retainAll, size, spliterator, take, toArray, toArray, toStringMethods inherited from class java.util.AbstractQueue
addAll, element, removeMethods inherited from class java.util.AbstractCollection
containsAll, isEmptyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
addAll, containsAll, equals, hashCode, isEmpty, parallelStream, stream, toArrayMethods inherited from interface org.apache.pekko.dispatch.QueueBasedMessageQueue
cleanUp, hasMessages, numberOfMessagesMethods inherited from interface org.apache.pekko.dispatch.UnboundedQueueBasedMessageQueue
dequeue, enqueue
-
Constructor Details
-
MessageQueue
-
-
Method Details
-
queue
- Specified by:
queuein interfaceQueueBasedMessageQueue
-