Class PropsImpl.BoundedMailboxSelector
java.lang.Object
org.apache.pekko.actor.typed.Props
org.apache.pekko.actor.typed.MailboxSelector
org.apache.pekko.actor.typed.internal.PropsImpl.BoundedMailboxSelector
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- Enclosing class:
- PropsImpl
public static final class PropsImpl.BoundedMailboxSelector
extends MailboxSelector
implements scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintcapacity()intbooleaninthashCode()next()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()Methods inherited from class org.apache.pekko.actor.typed.MailboxSelector
bounded, defaultMailbox, fromConfigMethods inherited from class org.apache.pekko.actor.typed.Props
empty, withDispatcherDefault, withDispatcherFromConfig, withDispatcherSameAsParent, withMailboxFromConfigMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
BoundedMailboxSelector
-
-
Method Details
-
capacity
public int capacity() -
next
-
withNext
-
copy
-
copy$default$1
public int copy$default$1() -
copy$default$2
-
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
-