Interface RetrySleeper

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Internal @FunctionalInterface public interface RetrySleeper
Internal abstraction for sleeping between retry attempts.
Since:
5.0.0
Author:
graemerocher
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sleep(long delayMillis)