| Modifier and Type | Method and Description |
|---|---|
Rule<T> |
Rule.exclude(Predicate<T> predicate) |
Rule<T> |
Rule.include(Predicate<T> predicate) |
static <T> Rule<T> |
Rule.of() |
static <T> Rule<T> |
Rule.of(Predicate<T> predicate) |
static Rule<Throwable> |
TransientFaults.Rules.transientConnectionFaultRules() |
static Rule<Throwable> |
TransientFaults.Rules.transientFaultRules() |
static Rule<Throwable> |
TransientFaults.Rules.transientSocketFaultRules() |
Copyright © 2015–2021 Zalando SE. All rights reserved.