final case class BoundedMailbox(capacity: Int, pushTimeOut: FiniteDuration) extends MailboxType with ProducesMessageQueue[dispatch.BoundedMailbox.MessageQueue] with ProducesPushTimeoutSemanticsMailbox with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- BoundedMailbox
- Serializable
- Product
- Equals
- ProducesPushTimeoutSemanticsMailbox
- ProducesMessageQueue
- MailboxType
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BoundedMailbox(settings: Settings, config: Config)
- new BoundedMailbox(capacity: Int, pushTimeOut: FiniteDuration)
Value Members
- val capacity: Int
- def create(owner: [ActorRef], system: [ActorSystem]): MessageQueue
- Definition Classes
- → MailboxType
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val pushTimeOut: FiniteDuration
- Definition Classes
- BoundedMailbox → ProducesPushTimeoutSemanticsMailbox
BoundedMailbox is the default bounded MailboxType used by Akka Actors.