Package | Description |
---|---|
org.spf4j.failsafe |
This package contains operation retry utilities.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PartialExceptionRetryPredicate<T,C extends Callable<? extends T>> |
Modifier and Type | Method and Description |
---|---|
<E extends Exception> |
RetryPolicy.Builder.withExceptionPartialPredicate(Class<E> clasz,
PartialTypedExceptionRetryPredicate<T,C,E> predicate) |
<E extends Exception> |
RetryPolicy.Builder.withExceptionPartialPredicate(Class<E> clasz,
PartialTypedExceptionRetryPredicate<T,C,E> predicate,
int maxRetries) |
Copyright © 2018 SPF4J. All rights reserved.