Package org.apache.pekko.dispatch
Class UnboundedControlAwareMailbox
java.lang.Object
org.apache.pekko.dispatch.UnboundedControlAwareMailbox
- All Implemented Interfaces:
Serializable,MailboxType,ProducesMessageQueue<UnboundedControlAwareMailbox.MessageQueue>,scala.Equals,scala.Product
public final class UnboundedControlAwareMailbox
extends Object
implements MailboxType, ProducesMessageQueue<UnboundedControlAwareMailbox.MessageQueue>, scala.Product, Serializable
UnboundedControlAwareMailbox is an unbounded MailboxType, that maintains two queues
to allow messages that extend
pekko.dispatch.ControlMessage to be delivered with priority.- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionUnboundedControlAwareMailbox(ActorSystem.Settings settings, com.typesafe.config.Config config) -
Method Summary
Modifier and TypeMethodDescriptionstatic UnboundedControlAwareMailboxapply()booleancopy()create(scala.Option<ActorRef> owner, scala.Option<ActorSystem> system) booleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()static booleanMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
UnboundedControlAwareMailbox
public UnboundedControlAwareMailbox() -
UnboundedControlAwareMailbox
public UnboundedControlAwareMailbox(ActorSystem.Settings settings, com.typesafe.config.Config config)
-
-
Method Details
-
apply
-
unapply
-
create
- Specified by:
createin interfaceMailboxType
-
copy
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-