Package akka.pattern

Interface BackoffOptions

  • All Known Implementing Classes:
    BackoffOptionsImpl

    public interface BackoffOptions
    Deprecated.
    Use new API from BackoffOpts object instead. Since 2.5.22.
    • Method Detail

      • props

        Props props()
        Deprecated.
        Returns the props to create the back-off supervisor.
        Returns:
        (undocumented)
      • withAutoReset

        BackoffOptions withAutoReset​(scala.concurrent.duration.FiniteDuration resetBackoff)
        Deprecated.
      • withDefaultStoppingStrategy

        BackoffOptions withDefaultStoppingStrategy()
        Deprecated.
        Returns:
        (undocumented)
      • withFinalStopMessage

        BackoffOptions withFinalStopMessage​(scala.Function1<java.lang.Object,​java.lang.Object> isFinalStopMessage)
        Deprecated.
        Parameters:
        isFinalStopMessage - (undocumented)
        Returns:
        (undocumented)
      • withManualReset

        BackoffOptions withManualReset()
        Deprecated.
        Returns:
        (undocumented)
      • withMaxNrOfRetries

        BackoffOptions withMaxNrOfRetries​(int maxNrOfRetries)
        Deprecated.
        Parameters:
        maxNrOfRetries - (undocumented)
        Returns:
        (undocumented)
      • withReplyWhileStopped

        BackoffOptions withReplyWhileStopped​(java.lang.Object replyWhileStopped)
        Deprecated.
        Parameters:
        replyWhileStopped - (undocumented)
        Returns:
        (undocumented)
      • withSupervisorStrategy

        BackoffOptions withSupervisorStrategy​(OneForOneStrategy supervisorStrategy)
        Deprecated.
        Parameters:
        supervisorStrategy - (undocumented)
        Returns:
        (undocumented)