Uses of Package
org.kiwiproject.retry
Packages that use org.kiwiproject.retry
-
Classes in org.kiwiproject.retry used by org.kiwiproject.retryClassDescriptionThis 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.Defines a result of one or more attempts to get some type of object.A simple class to retry an operation up to a maximum number of attempts.