Package akka.actor.typed.internal
Class Supervisor
- java.lang.Object
-
- akka.actor.typed.internal.Supervisor
-
public class Supervisor extends java.lang.Object
INTERNAL API
-
-
Constructor Summary
Constructors Constructor Description Supervisor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T,Thr extends java.lang.Throwable>
Behavior<T>apply(Behavior<T> initialBehavior, SupervisorStrategy strategy, scala.reflect.ClassTag<Thr> evidence$1)
-
-
-
Method Detail
-
apply
public static <T,Thr extends java.lang.Throwable> Behavior<T> apply(Behavior<T> initialBehavior, SupervisorStrategy strategy, scala.reflect.ClassTag<Thr> evidence$1)
-
-