Package io.atlassian.fugue.retry


package io.atlassian.fugue.retry
  • Class
    Description
    A 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.
    Provides factory methods for RetryFunction, RetryTask, and RetrySupplier.
    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.