Class ActorTestKitGuardian.SpawnActorAnonymous$
java.lang.Object
org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActorAnonymous$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ActorTestKitGuardian
public static class ActorTestKitGuardian.SpawnActorAnonymous$
extends Object
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ActorTestKitGuardian.SpawnActorAnonymous$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
SpawnActorAnonymous$
public SpawnActorAnonymous$()
-
-
Method Details
-
toString
-
apply
public <T> ActorTestKitGuardian.SpawnActorAnonymous<T> apply(Behavior<T> behavior, ActorRef<ActorRef<T>> replyTo, Props props) -
unapply
public <T> scala.Option<scala.Tuple3<Behavior<T>,ActorRef<ActorRef<T>>, unapplyProps>> (ActorTestKitGuardian.SpawnActorAnonymous<T> x$0)
-