- All Implemented Interfaces:
Jitter
Always returns the same value.
-
Field Summary
Fields inherited from interface io.smallrye.faulttolerance.core.retry.Jitter
ZERO
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FixedJitter
public FixedJitter(long value)
-
Method Details
-
generate
public long generate()
- Specified by:
generate in interface Jitter