Class ExponentialDelayFactory

  • All Implemented Interfaces:
    io.dropwizard.jackson.Discoverable, DelayFactory

    public class ExponentialDelayFactory
    extends Object
    implements DelayFactory
    • Constructor Detail

      • ExponentialDelayFactory

        public ExponentialDelayFactory()
    • Method Detail

      • getLowerBound

        public io.dropwizard.util.Duration getLowerBound()
      • setLowerBound

        public void setLowerBound​(io.dropwizard.util.Duration lowerBound)
      • getUpperBound

        public io.dropwizard.util.Duration getUpperBound()
      • setUpperBound

        public void setUpperBound​(io.dropwizard.util.Duration upperBound)
      • getPowersOf

        public int getPowersOf()
      • setPowersOf

        public void setPowersOf​(int powersOf)