case class BoundedDequeBasedMailbox(capacity: Int, pushTimeOut: FiniteDuration) extends MailboxType with ProducesMessageQueue[dispatch.BoundedDequeBasedMailbox.MessageQueue] with ProducesPushTimeoutSemanticsMailbox with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- BoundedDequeBasedMailbox
- 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 BoundedDequeBasedMailbox(settings: Settings, config: Config)
- new BoundedDequeBasedMailbox(capacity: Int, pushTimeOut: FiniteDuration)
Value Members
- final val capacity: Int
- final def create(owner: [ActorRef], system: [ActorSystem]): MessageQueue
- Definition Classes
- → MailboxType
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final val pushTimeOut: FiniteDuration
- Definition Classes
- BoundedDequeBasedMailbox → ProducesPushTimeoutSemanticsMailbox
BoundedDequeBasedMailbox is an bounded MailboxType, backed by a Deque.