final case class UnboundedDequeBasedMailbox() extends MailboxType with ProducesMessageQueue[dispatch.UnboundedDequeBasedMailbox.MessageQueue] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnboundedDequeBasedMailbox
- Serializable
- Product
- Equals
- ProducesMessageQueue
- MailboxType
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- def create(owner: [ActorRef], system: [ActorSystem]): MessageQueue
- Definition Classes
- → MailboxType
- def productElementNames: Iterator[String]
- Definition Classes
- Product
UnboundedDequeBasedMailbox is an unbounded MailboxType, backed by a Deque.