Class StopSupervisor<T,​Thr extends java.lang.Throwable>


  • public class StopSupervisor<T,​Thr extends java.lang.Throwable>
    extends SimpleSupervisor<T,​Thr>
    • Constructor Detail

      • StopSupervisor

        public StopSupervisor​(Behavior<T> initial,
                              akka.actor.typed.SupervisorStrategy.Stop strategy,
                              scala.reflect.ClassTag<Thr> evidence$3)