Package akka.pattern

Interface HandleBackoff


  • public interface HandleBackoff
    INTERNAL API

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

    • Method Detail

      • childName

        java.lang.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<java.lang.Object,​scala.runtime.BoxedUnit> handleBackoff()
      • handleMessageToChild

        void handleMessageToChild​(java.lang.Object m)
      • preStart

        void preStart()
      • restartCount

        int restartCount()
      • restartCount_$eq

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

        void startChild()