Class PropsImpl.MailboxFromConfigSelector
java.lang.Object
org.apache.pekko.actor.typed.Props
org.apache.pekko.actor.typed.MailboxSelector
org.apache.pekko.actor.typed.internal.PropsImpl.MailboxFromConfigSelector
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- Enclosing class:
- PropsImpl
public static final class PropsImpl.MailboxFromConfigSelector
extends MailboxSelector
implements scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleaninthashCode()next()path()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
-
MailboxFromConfigSelector
-
-
Method Details
-
path
-
next
-
withNext
-
copy
-
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
-