Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Supervisor

        public Supervisor()
    • 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)