クラス RabbitProperties.Retry
java.lang.ObjectSE
org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
- 既知の直属サブクラス
RabbitProperties.ListenerRetry
- 含まれているクラス:
- RabbitProperties
コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明intdoublebooleanvoidsetEnabled(boolean enabled) voidsetInitialInterval(DurationSE initialInterval) voidsetMaxAttempts(int maxAttempts) voidsetMaxInterval(DurationSE maxInterval) voidsetMultiplier(double multiplier)
コンストラクターの詳細
Retry
public Retry()
方法の詳細
isEnabled
public boolean isEnabled()setEnabled
public void setEnabled(boolean enabled) getMaxAttempts
public int getMaxAttempts()setMaxAttempts
public void setMaxAttempts(int maxAttempts) getInitialInterval
setInitialInterval
getMultiplier
public double getMultiplier()setMultiplier
public void setMultiplier(double multiplier) getMaxInterval
setMaxInterval