Package org.kiwiproject.retry
-
Class Summary Class Description KiwiRetryer<T> This is a wrapper class forRetryer; it wraps methods so that theRetryExceptionandInterruptedExceptionthat are generated from theRetryer.call(Callable)method are converted toKiwiRetryerException.KiwiRetryerPredicates Some potentially useful predicates that can be used out of the box withKiwiRetryeror directly withRetryerBuilder, or anything else that accepts aPredicate.RetryResult<T> Defines a result of one or more attempts to get some type of object.RetryResultLogger Utility class for logging information about errors inRetryResultobjects.SimpleRetries Static utilities for retrying an operation.SimpleRetryer A simple class to retry an operation up to a maximum number of attempts. -
Exception Summary Exception Description KiwiRetryerException Exception thrown byKiwiRetryer.