Interface RetryMetrics


public interface RetryMetrics
  • Method Details

    • recordAttempt

      void recordAttempt(@Nonnull String name, long delayInNanos)
    • recordExhaustedAttempts

      void recordExhaustedAttempts(@Nonnull String name, int totalAttempts)