Class SimpleBackOff
- java.lang.Object
-
- io.smallrye.faulttolerance.core.retry.SimpleBackOff
-
-
Constructor Summary
Constructors Constructor Description SimpleBackOff(long delayInMillis, Jitter jitter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetInMillis()
-
-
-
Constructor Detail
-
SimpleBackOff
public SimpleBackOff(long delayInMillis, Jitter jitter)
-
-
Method Detail
-
getInMillis
public long getInMillis()
- Specified by:
getInMillisin interfaceBackOff- Returns:
- non-negative number
-
-