Class ActorTestKitGuardian.SpawnActorAnonymous<T>
java.lang.Object
org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActorAnonymous<T>
- All Implemented Interfaces:
Serializable,ActorTestKitGuardian.TestKitCommand,scala.Equals,scala.Product
- Enclosing class:
- ActorTestKitGuardian
public static final class ActorTestKitGuardian.SpawnActorAnonymous<T>
extends Object
implements ActorTestKitGuardian.TestKitCommand, scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbehavior()boolean<T> Behavior<T><T> PropsbooleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>props()replyTo()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
SpawnActorAnonymous
-
-
Method Details
-
behavior
-
replyTo
-
props
-
copy
public <T> ActorTestKitGuardian.SpawnActorAnonymous<T> copy(Behavior<T> behavior, ActorRef<ActorRef<T>> replyTo, Props props) -
copy$default$1
-
copy$default$2
-
copy$default$3
-
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
-