org.apache.pekko.dispatch.BoundedControlAwareMailbox
See theBoundedControlAwareMailbox companion object
final case class BoundedControlAwareMailbox(capacity: Int, pushTimeOut: FiniteDuration) extends MailboxType, ProducesMessageQueue[MessageQueue]
BoundedControlAwareMailbox is a bounded MailboxType, that maintains two queues to allow messages that extend pekko.dispatch.ControlMessage to be delivered with priority.
Attributes
- Companion
- object
- Source
- Mailbox.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ProducesMessageQueue[MessageQueue]trait MailboxTypeclass Objecttrait Matchableclass Any
Members list
In this article