Package | Description |
---|---|
org.spf4j.failsafe |
This package contains operation retry utilities.
|
Modifier and Type | Method and Description |
---|---|
AsyncRetryExecutor |
RetryPolicy.async() |
AsyncRetryExecutor<T,C> |
RetryPolicy.async(RetryExecutor exec) |
AsyncRetryExecutor<T,C> |
RetryPolicy.Builder.buildAsync() |
AsyncRetryExecutor<T,C> |
RetryPolicy.Builder.buildAsync(RetryExecutor es) |
static <T,C extends Callable<? extends T>> |
AsyncRetryExecutor.defaultAsyncRetryExecutor() |
static <T,C extends Callable<? extends T>> |
AsyncRetryExecutor.noRetryAsyncExecutor() |
Copyright © 2018 SPF4J. All rights reserved.