BoundedControlAwareMailbox

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 Serializable
trait Product
trait Equals
trait MailboxType
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this(settings: Settings, config: Config)

Attributes

Source
Mailbox.scala

Concrete methods

Attributes

Source
Mailbox.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product