Interface BayeuxClient.BackOffStrategy

    • Method Detail

      • current

        long current()
        Returns:
        the current wait time
        See Also:
        next(), reset()
      • next

        long next()
        Returns:
        the next wait time
        See Also:
        current()
      • reset

        void reset()
        Resets the wait time.