Class Supervisor
java.lang.Object
org.apache.pekko.actor.typed.internal.Supervisor
INTERNAL API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(Behavior<T> initialBehavior, SupervisorStrategy strategy, scala.reflect.ClassTag<Thr> ev)
-
Constructor Details
-
Supervisor
public Supervisor()
-
-
Method Details
-
apply
public static <T,Thr extends Throwable> Behavior<T> apply(Behavior<T> initialBehavior, SupervisorStrategy strategy, scala.reflect.ClassTag<Thr> ev)
-