Class ActorTestKitGuardian.StopActor<T>
java.lang.Object
org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.StopActor<T>
- All Implemented Interfaces:
Serializable,ActorTestKitGuardian.TestKitCommand,scala.Equals,scala.Product
- Enclosing class:
- ActorTestKitGuardian
public static final class ActorTestKitGuardian.StopActor<T>
extends Object
implements ActorTestKitGuardian.TestKitCommand, scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancopy(ActorRef<T> ref, ActorRef<ActorTestKitGuardian.Ack$> replyTo) <T> ActorRef<T>booleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>ref()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
-
StopActor
-
-
Method Details
-
ref
-
replyTo
-
copy
public <T> ActorTestKitGuardian.StopActor<T> copy(ActorRef<T> ref, ActorRef<ActorTestKitGuardian.Ack$> replyTo) -
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
-