Interface SmallRyeFaultToleranceConfig.StrategiesConfig.FibonacciBackoffConfig
- Enclosing interface:
- SmallRyeFaultToleranceConfig.StrategiesConfig
public static interface SmallRyeFaultToleranceConfig.StrategiesConfig.FibonacciBackoffConfig
-
Method Summary
Modifier and TypeMethodDescriptionenabled()Whether the@FibonacciBackoffstrategy is enabled.maxDelay()The maximum delay between retries.The unit formaxDelay().
-
Method Details
-
enabled
Whether the@FibonacciBackoffstrategy is enabled. -
maxDelay
The maximum delay between retries.- See Also:
-
FibonacciBackoff.maxDelay()
-
maxDelayUnit
Optional<ChronoUnit> maxDelayUnit()The unit formaxDelay().- See Also:
-
FibonacciBackoff.maxDelayUnit()
-