Class ExternalRetryConfiguration
- java.lang.Object
-
- io.quarkiverse.operatorsdk.runtime.ExternalRetryConfiguration
-
public class ExternalRetryConfiguration extends Object
-
-
Field Summary
Fields Modifier and Type Field Description ExternalIntervalConfigurationintervalThe configuration of the retry interval.Optional<Integer>maxAttemptsHow many times an operation should be retried before giving up
-
Constructor Summary
Constructors Constructor Description ExternalRetryConfiguration()
-
-
-
Field Detail
-
maxAttempts
@ConfigItem public Optional<Integer> maxAttempts
How many times an operation should be retried before giving up
-
interval
@ConfigItem public ExternalIntervalConfiguration interval
The configuration of the retry interval.
-
-