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