Interface HandleBackoff


public interface HandleBackoff
INTERNAL API

Implements basic backoff handling for internal.BackoffOnRestartSupervisor and internal.BackoffOnStopSupervisor.

  • Method Details

    • child

      scala.Option<ActorRef> child()
    • childName

      String childName()
    • childProps

      Props childProps()
    • child_$eq

      void child_$eq(scala.Option<ActorRef> x$1)
    • finalStopMessageReceived

      boolean finalStopMessageReceived()
    • finalStopMessageReceived_$eq

      void finalStopMessageReceived_$eq(boolean x$1)
    • handleBackoff

      scala.PartialFunction<Object,scala.runtime.BoxedUnit> handleBackoff()
    • handleMessageToChild

      void handleMessageToChild(Object m)
    • preStart

      void preStart()
    • reset

      BackoffReset reset()
    • restartCount

      int restartCount()
    • restartCount_$eq

      void restartCount_$eq(int x$1)
    • startChild

      void startChild()