Package org.kiwiproject.retry
package org.kiwiproject.retry
-
ClassDescriptionKiwiRetryer<T>This is a wrapper class for
Retryer; it wraps methods so that theRetryExceptionandInterruptedExceptionthat are generated from theRetryer.call(Callable)method are converted toKiwiRetryerException.Exception thrown byKiwiRetryer.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.Utility class for logging information about errors inRetryResultobjects.Static utilities for retrying an operation.A simple class to retry an operation up to a maximum number of attempts.Configuration class that can be used to configureSimpleRetryerinstances.