クラス KafkaProperties.Retry.Topic

java.lang.ObjectSE
org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
含まれているクラス:
KafkaProperties.Retry

public static class KafkaProperties.Retry.Topic extends ObjectSE
ノンブロッキングのトピックベースの再試行のプロパティ。
  • コンストラクターの詳細

    • Topic

      public Topic()
  • メソッドの詳細

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getAttempts

      public int getAttempts()
    • setAttempts

      public void setAttempts(int attempts)
    • getDelay

      public DurationSE getDelay()
    • setDelay

      public void setDelay(DurationSE delay)
    • getMultiplier

      public double getMultiplier()
    • setMultiplier

      public void setMultiplier(double multiplier)
    • getMaxDelay

      public DurationSE getMaxDelay()
    • setMaxDelay

      public void setMaxDelay(DurationSE maxDelay)
    • isRandomBackOff

      public boolean isRandomBackOff()
    • setRandomBackOff

      public void setRandomBackOff(boolean randomBackOff)