@FunctionalInterface public interface PartialExceptionRetryPredicate<T,C extends Callable<? extends T>> extends PartialTypedExceptionRetryPredicate<T,C,Exception>
Modifier and Type | Method and Description |
---|---|
static PartialExceptionRetryPredicate<?,? extends Callable<?>> |
from(Callables.AdvancedRetryPredicate<Exception> oldStyle)
Deprecated.
use this method to migrate from deprecated API to new APIs (failsafe)
|
apply, getExceptionDecision
andThen
@Deprecated static PartialExceptionRetryPredicate<?,? extends Callable<?>> from(Callables.AdvancedRetryPredicate<Exception> oldStyle)
Copyright © 2018 SPF4J. All rights reserved.