public class ExponentialBackoffRetryOptionsMetadataMixin
extends java.lang.Object
Constructor and Description |
---|
ExponentialBackoffRetryOptionsMetadataMixin() |
Modifier and Type | Method and Description |
---|---|
long |
getRetryInitialInterval() |
int |
getRetryMaxAttempts() |
double |
getRetryMultiplier() |
void |
setRetryInitialInterval(long retryInitialInterval) |
void |
setRetryMaxAttempts(int retryMaxAttempts) |
void |
setRetryMultiplier(double retryMultiplier) |
public ExponentialBackoffRetryOptionsMetadataMixin()
public double getRetryMultiplier()
@Min(value=0L) public long getRetryInitialInterval()
@Min(value=1L) public int getRetryMaxAttempts()
public void setRetryMultiplier(double retryMultiplier)
public void setRetryInitialInterval(long retryInitialInterval)
public void setRetryMaxAttempts(int retryMaxAttempts)