Package akka.actor.typed.internal
Class Supervisor$
- java.lang.Object
-
- akka.actor.typed.internal.Supervisor$
-
public class Supervisor$ extends java.lang.Object
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static Supervisor$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Supervisor$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T,Thr extends java.lang.Throwable>
Behavior<T>apply(Behavior<T> initialBehavior, SupervisorStrategy strategy, scala.reflect.ClassTag<Thr> evidence$1)
-
-
-
Field Detail
-
MODULE$
public static final Supervisor$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <T,Thr extends java.lang.Throwable> Behavior<T> apply(Behavior<T> initialBehavior, SupervisorStrategy strategy, scala.reflect.ClassTag<Thr> evidence$1)
-
-