Class Behaviors.Supervise$

  • Enclosing class:
    Behaviors

    public static class Behaviors.Supervise$
    extends java.lang.Object
    • Field Detail

      • MODULE$

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

      • Supervise$

        public Supervise$()
    • Method Detail

      • onFailure$extension

        public final <Thr extends java.lang.Throwable,​T> Behavior<T> onFailure$extension​(Behaviors.Supervise<T> $this,
                                                                                               SupervisorStrategy strategy,
                                                                                               scala.reflect.ClassTag<Thr> evidence$1)
        Specify the SupervisorStrategy to be invoked when the wrapped behavior throws.
      • hashCode$extension

        public final <T> int hashCode$extension​(Behaviors.Supervise<T> $this)
      • equals$extension

        public final <T> boolean equals$extension​(Behaviors.Supervise<T> $this,
                                                  java.lang.Object x$1)