Class PropsImpl.ActorTagsImpl
java.lang.Object
org.apache.pekko.actor.typed.Props
org.apache.pekko.actor.typed.ActorTags
org.apache.pekko.actor.typed.internal.PropsImpl.ActorTagsImpl
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- Enclosing class:
- PropsImpl
public static final class PropsImpl.ActorTagsImpl
extends ActorTags
implements scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanscala.collection.immutable.Set<String>booleaninthashCode()next()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>scala.collection.immutable.Set<String>tags()Scala API: one or more tags defined for the actortoString()Methods inherited from class org.apache.pekko.actor.typed.ActorTags
apply, apply, create, create, create, getTagsMethods 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
-
ActorTagsImpl
-
-
Method Details
-
tags
Description copied from class:ActorTagsScala API: one or more tags defined for the actor -
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
-