Class ActorTestKitGuardian.SpawnActorAnonymous$
- java.lang.Object
-
- akka.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActorAnonymous$
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ActorTestKitGuardian
public static class ActorTestKitGuardian.SpawnActorAnonymous$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ActorTestKitGuardian.SpawnActorAnonymous$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SpawnActorAnonymous$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> ActorTestKitGuardian.SpawnActorAnonymous<T>
apply(Behavior<T> behavior, ActorRef<ActorRef<T>> replyTo, Props props)
java.lang.String
toString()
<T> scala.Option<scala.Tuple3<Behavior<T>,ActorRef<ActorRef<T>>,Props>>
unapply(ActorTestKitGuardian.SpawnActorAnonymous<T> x$0)
-
-
-
Field Detail
-
MODULE$
public static final ActorTestKitGuardian.SpawnActorAnonymous$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
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>>,Props>> unapply(ActorTestKitGuardian.SpawnActorAnonymous<T> x$0)
-
-