Class ExternalIntervalConfiguration


  • public class ExternalIntervalConfiguration
    extends Object
    • Field Detail

      • initial

        @ConfigItem(defaultValue="2000")
        public Long initial
        The initial interval that the controller waits for before attempting the first retry
      • multiplier

        @ConfigItem(defaultValue="1.5")
        public Double multiplier
        The value by which the initial interval is multiplied by for each retry
      • max

        @ConfigItem
        public Optional<Long> max
        The maximum interval that the controller will wait for before attempting a retry, regardless of all other configuration
    • Constructor Detail

      • ExternalIntervalConfiguration

        public ExternalIntervalConfiguration()