public final class UnboundedControlAwareMailbox extends java.lang.Object implements MailboxType, ProducesMessageQueue<UnboundedControlAwareMailbox.MessageQueue>, scala.Product, scala.Serializable
ControlMessage
to be delivered with priority.Modifier and Type | Class and Description |
---|---|
static class |
UnboundedControlAwareMailbox.MessageQueue |
Constructor and Description |
---|
UnboundedControlAwareMailbox() |
UnboundedControlAwareMailbox(ActorSystem.Settings settings,
com.typesafe.config.Config config) |
Modifier and Type | Method and Description |
---|---|
MessageQueue |
create(scala.Option<ActorRef> owner,
scala.Option<ActorSystem> system) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UnboundedControlAwareMailbox()
public UnboundedControlAwareMailbox(ActorSystem.Settings settings, com.typesafe.config.Config config)
public MessageQueue create(scala.Option<ActorRef> owner, scala.Option<ActorSystem> system)
create
in interface MailboxType