Class FixedJitter

java.lang.Object
io.smallrye.faulttolerance.core.retry.FixedJitter
All Implemented Interfaces:
Jitter

public class FixedJitter extends Object implements Jitter
Always returns the same value.
  • Constructor Details

    • FixedJitter

      public FixedJitter(long value)
  • Method Details

    • generate

      public long generate()
      Specified by:
      generate in interface Jitter