Class Supervisor$
java.lang.Object
org.apache.pekko.actor.typed.internal.Supervisor$
INTERNAL API
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Supervisor$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(Behavior<T> initialBehavior, SupervisorStrategy strategy, scala.reflect.ClassTag<Thr> evidence$1)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Supervisor$
public Supervisor$()
-
-
Method Details
-
apply
public <T,Thr extends Throwable> Behavior<T> apply(Behavior<T> initialBehavior, SupervisorStrategy strategy, scala.reflect.ClassTag<Thr> evidence$1)
-