Class PredicateCreator
java.lang.Object
io.github.resilience4j.core.predicate.PredicateCreator
-
Method Summary
Modifier and TypeMethodDescriptioncreateExceptionsPredicate(Class<? extends Throwable>... recordExceptions) createExceptionsPredicate(Predicate<Throwable> exceptionPredicate, Class<? extends Throwable>... exceptions) createNegatedExceptionsPredicate(Class<? extends Throwable>... ignoreExceptions)
-
Method Details
-
createExceptionsPredicate
-
createExceptionsPredicate
-
createNegatedExceptionsPredicate
-