Class ExternalIntervalConfiguration
- java.lang.Object
-
- io.quarkiverse.operatorsdk.runtime.ExternalIntervalConfiguration
-
public class ExternalIntervalConfiguration extends Object
-
-
Field Summary
Fields Modifier and Type Field Description LonginitialThe initial interval that the controller waits for before attempting the first retryOptional<Long>maxThe maximum interval that the controller will wait for before attempting a retry, regardless of all other configurationDoublemultiplierThe value by which the initial interval is multiplied by for each retry
-
Constructor Summary
Constructors Constructor Description ExternalIntervalConfiguration()
-