Package io.atlassian.fugue.retry
package io.atlassian.fugue.retry
-
ClassDescriptionA backoff task for use in a retry -function, -supplier, or -task.A backoff task for use in a retry -function, -supplier, or -task.Takes action when an Exception is thrown.Provides some standard implementations of various exception actions.Runnable that does nothing.Provides factory methods for RetryFunction, RetryTask, and RetrySupplier.RetryFunction<F,
T> A Function which wraps the apply method of another Function and attempts it up to a fixed number of times.A Supplier which wraps the apply method of another Supplier and attempts it up to a fixed number of times.A Runnable which wraps the apply method of another Runnable and attempts it a fixed number of times.