Class Hierarchy
- java.lang.Object
- io.atlassian.fugue.retry.BeforeRetryExponentialBackoffTask (implements java.lang.Runnable)
- io.atlassian.fugue.retry.BeforeRetryLinearBackoffTask (implements java.lang.Runnable)
- io.atlassian.fugue.retry.ExceptionHandlers
- io.atlassian.fugue.retry.ExceptionHandlers.CompositeExceptionHandler (implements io.atlassian.fugue.retry.ExceptionHandler)
- io.atlassian.fugue.retry.ExceptionHandlers.IgnoreExceptionHandler (implements io.atlassian.fugue.retry.ExceptionHandler)
- io.atlassian.fugue.retry.ExceptionHandlers.LoggingExceptionHandler (implements io.atlassian.fugue.retry.ExceptionHandler)
- io.atlassian.fugue.retry.NoOp (implements java.lang.Runnable)
- io.atlassian.fugue.retry.RetryFactory
- io.atlassian.fugue.retry.RetryFunction<F,T> (implements java.util.function.Function<T,R>)
- io.atlassian.fugue.retry.RetrySupplier<T> (implements java.util.function.Supplier<T>)
- io.atlassian.fugue.retry.RetryTask (implements java.lang.Runnable)
Interface Hierarchy
- io.atlassian.fugue.retry.ExceptionHandler