Class BoundedStablePriorityMailbox

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

BoundedStablePriorityMailbox is a bounded mailbox that allows for prioritization of its contents. Unlike the BoundedPriorityMailbox it preserves ordering for messages of equal priority. Extend this class and provide the Comparator in the constructor.