Package org.apache.pekko.dispatch
Class UnboundedControlAwareMailbox.MessageQueue
java.lang.Object
org.apache.pekko.dispatch.UnboundedControlAwareMailbox.MessageQueue
- All Implemented Interfaces:
Serializable,ControlAwareMessageQueueSemantics,MessageQueue,MultipleConsumerSemantics,QueueBasedMessageQueue,UnboundedControlAwareMessageQueueSemantics,UnboundedMessageQueueSemantics
- Enclosing class:
- UnboundedControlAwareMailbox
public static class UnboundedControlAwareMailbox.MessageQueue
extends Object
implements UnboundedControlAwareMessageQueueSemantics, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.dispatch.ControlAwareMessageQueueSemantics
dequeue, enqueue, hasMessages, numberOfMessagesMethods inherited from interface org.apache.pekko.dispatch.QueueBasedMessageQueue
cleanUp
-
Constructor Details
-
MessageQueue
public MessageQueue()
-
-
Method Details
-
controlQueue
- Specified by:
controlQueuein interfaceControlAwareMessageQueueSemantics
-
queue
- Specified by:
queuein interfaceControlAwareMessageQueueSemantics- Specified by:
queuein interfaceQueueBasedMessageQueue
-