final case class UnboundedMailbox() extends MailboxType with ProducesMessageQueue[dispatch.UnboundedMailbox.MessageQueue] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnboundedMailbox
- 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
UnboundedMailbox is the default unbounded MailboxType used by Akka Actors.