final case class BoundedControlAwareMailbox(capacity: Int, pushTimeOut: FiniteDuration) extends MailboxType with ProducesMessageQueue[dispatch.BoundedControlAwareMailbox.MessageQueue] with ProducesPushTimeoutSemanticsMailbox with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- BoundedControlAwareMailbox
- 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 BoundedControlAwareMailbox(settings: Settings, config: Config)
- new BoundedControlAwareMailbox(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
- final val pushTimeOut: FiniteDuration
- Definition Classes
- BoundedControlAwareMailbox → ProducesPushTimeoutSemanticsMailbox
BoundedControlAwareMailbox is a bounded MailboxType, that maintains two queues to allow messages that extend akka.dispatch.ControlMessage to be delivered with priority.