@ConfigurationProperties(prefix="operator.controller.retry") public class RetryProperties extends Object
| Constructor and Description |
|---|
RetryProperties() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getInitialInterval() |
Double |
getIntervalMultiplier() |
Integer |
getMaxAttempts() |
Long |
getMaxElapsedTime() |
Long |
getMaxInterval() |
RetryProperties |
setInitialInterval(Long initialInterval) |
RetryProperties |
setIntervalMultiplier(Double intervalMultiplier) |
RetryProperties |
setMaxAttempts(Integer maxAttempts) |
RetryProperties |
setMaxElapsedTime(Long maxElapsedTime) |
RetryProperties |
setMaxInterval(Long maxInterval) |
public Integer getMaxAttempts()
public RetryProperties setMaxAttempts(Integer maxAttempts)
public Long getInitialInterval()
public RetryProperties setInitialInterval(Long initialInterval)
public Double getIntervalMultiplier()
public RetryProperties setIntervalMultiplier(Double intervalMultiplier)
public Long getMaxInterval()
public RetryProperties setMaxInterval(Long maxInterval)
public Long getMaxElapsedTime()
public RetryProperties setMaxElapsedTime(Long maxElapsedTime)
Copyright © 2020. All rights reserved.