Class BoundedPriorityMailbox

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

BoundedPriorityMailbox is a bounded mailbox that allows for prioritization of its contents. Extend this class and provide the Comparator in the constructor.