Package org.apache.pekko.dispatch
Class UnboundedMailbox.MessageQueue
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractQueue<E>
java.util.concurrent.ConcurrentLinkedQueue<Envelope>
org.apache.pekko.dispatch.UnboundedMailbox.MessageQueue
- All Implemented Interfaces:
Serializable,Iterable<Envelope>,Collection<Envelope>,Queue<Envelope>,MessageQueue,MultipleConsumerSemantics,QueueBasedMessageQueue,UnboundedMessageQueueSemantics,UnboundedQueueBasedMessageQueue
- Enclosing class:
- UnboundedMailbox
public static class UnboundedMailbox.MessageQueue
extends ConcurrentLinkedQueue<Envelope>
implements UnboundedQueueBasedMessageQueue
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.concurrent.ConcurrentLinkedQueue
add, addAll, clear, contains, forEach, isEmpty, iterator, offer, peek, poll, remove, removeAll, removeIf, retainAll, size, spliterator, toArray, toArray, toStringMethods inherited from class java.util.AbstractQueue
element, removeMethods inherited from class java.util.AbstractCollection
containsAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
containsAll, equals, hashCode, 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
public MessageQueue()
-
-
Method Details
-
queue
- Specified by:
queuein interfaceQueueBasedMessageQueue
-