Package akka.actor.typed
Class ChildFailed$
- java.lang.Object
-
- akka.actor.typed.ChildFailed$
-
public class ChildFailed$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ChildFailed$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ChildFailed$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChildFailed
apply(ActorRef<scala.runtime.Nothing$> ref, java.lang.Throwable cause)
scala.Option<scala.Tuple2<ActorRef<scala.runtime.Nothing$>,java.lang.Throwable>>
unapply(ChildFailed t)
-
-
-
Field Detail
-
MODULE$
public static final ChildFailed$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public ChildFailed apply(ActorRef<scala.runtime.Nothing$> ref, java.lang.Throwable cause)
-
unapply
public scala.Option<scala.Tuple2<ActorRef<scala.runtime.Nothing$>,java.lang.Throwable>> unapply(ChildFailed t)
-
-