Package dev.failsafe.spi
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 dev.failsafe.Policy
toExecutor
-
Method Details