Interface BackOff


  • public interface BackOff
    Version:
    1.0 Interface for backoff retries
    Author:
    Calvin
    • Method Detail

      • reset

        void reset()
        Should be able to reset to the starting
      • nextBackOffMillis

        long nextBackOffMillis()
        specify the next backoff interval in milliseconds