Class CustomBackOff
java.lang.Object
io.smallrye.faulttolerance.core.retry.CustomBackOff
- All Implemented Interfaces:
BackOff
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CustomBackOff
-
-
Method Details
-
getInMillis
- Specified by:
getInMillisin interfaceBackOff- Parameters:
cause- exception causing the retry attempt before which the delay occurs- Returns:
- non-negative number
-