UnboundedMailbox

org.apache.pekko.dispatch.UnboundedMailbox
See theUnboundedMailbox companion object

UnboundedMailbox is the default unbounded MailboxType used by Pekko Actors.

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

override def create(owner: Option[ActorRef], system: Option[ActorSystem]): MessageQueue

Attributes

Definition Classes
Source
Mailbox.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product