Interface RetryableUnsafeSupplier.ErrorHandler

Enclosing class:
RetryableUnsafeSupplier<T,E extends Throwable>

public static interface RetryableUnsafeSupplier.ErrorHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onError(Exception exception, int maxRetries, int retryCount)
     
  • Method Details

    • onError

      void onError(Exception exception, int maxRetries, int retryCount)