Class Supervisor$


  • public class Supervisor$
    extends java.lang.Object
    INTERNAL API
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Supervisor$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Supervisor$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <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
    • Field Detail

      • MODULE$

        public static final Supervisor$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Supervisor$

        public Supervisor$()
    • Method Detail

      • apply

        public <T,​Thr extends java.lang.Throwable> Behavior<T> apply​(Behavior<T> initialBehavior,
                                                                           SupervisorStrategy strategy,
                                                                           scala.reflect.ClassTag<Thr> evidence$1)