Class RetryProperties
java.lang.Object
io.javaoperatorsdk.operator.springboot.starter.RetryProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetInitialInterval(Long initialInterval) setIntervalMultiplier(Double intervalMultiplier) setMaxAttempts(Integer maxAttempts) setMaxInterval(Long maxInterval)
-
Constructor Details
-
RetryProperties
public RetryProperties()
-
-
Method Details
-
getMaxAttempts
-
setMaxAttempts
-
getInitialInterval
-
setInitialInterval
-
getIntervalMultiplier
-
setIntervalMultiplier
-
getMaxInterval
-
setMaxInterval
-