Class UnboundedPriorityMailbox

java.lang.Object
org.apache.pekko.dispatch.UnboundedPriorityMailbox
All Implemented Interfaces:
MailboxType, ProducesMessageQueue<UnboundedPriorityMailbox.MessageQueue>

public class UnboundedPriorityMailbox extends Object implements MailboxType, ProducesMessageQueue<UnboundedPriorityMailbox.MessageQueue>
UnboundedPriorityMailbox is an unbounded mailbox that allows for prioritization of its contents. Extend this class and provide the Comparator in the constructor.