Interface FailurePolicy<R>
- Type Parameters:
R- result type
- All Superinterfaces:
Policy<R>
- All Known Implementing Classes:
CircuitBreakerImpl, FallbackImpl, RetryPolicyImpl
A policy that can handle specifically configured failures.
-
Method Summary
Methods inherited from interface Policy
toExecutor
-
Method Details
-
getConfig
-
isFailure
-