クラス KafkaProperties.Retry.Topic
java.lang.ObjectSE
org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
- 含まれているクラス:
- KafkaProperties.Retry
ノンブロッキングのトピックベースの再試行のプロパティ。
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明intgetDelay()doublebooleanbooleanvoidsetAttempts(int attempts) voidsetDelay(DurationSE delay) voidsetEnabled(boolean enabled) voidsetMaxDelay(DurationSE maxDelay) voidsetMultiplier(double multiplier) voidsetRandomBackOff(boolean randomBackOff)
コンストラクターの詳細
Topic
public Topic()
メソッドの詳細
isEnabled
public boolean isEnabled()setEnabled
public void setEnabled(boolean enabled) getAttempts
public int getAttempts()setAttempts
public void setAttempts(int attempts) getDelay
setDelay
getMultiplier
public double getMultiplier()setMultiplier
public void setMultiplier(double multiplier) getMaxDelay
setMaxDelay
isRandomBackOff
public boolean isRandomBackOff()setRandomBackOff
public void setRandomBackOff(boolean randomBackOff)