|
|
|
@ -809,10 +809,6 @@ public class RabbitProperties {
|
|
|
|
|
this.initialInterval = initialInterval;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setMaxInterval(Duration maxInterval) {
|
|
|
|
|
this.maxInterval = maxInterval;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public double getMultiplier() {
|
|
|
|
|
return this.multiplier;
|
|
|
|
|
}
|
|
|
|
@ -825,6 +821,10 @@ public class RabbitProperties {
|
|
|
|
|
return this.maxInterval;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setMaxInterval(Duration maxInterval) {
|
|
|
|
|
this.maxInterval = maxInterval;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static class ListenerRetry extends Retry {
|
|
|
|
|