Class KafkaProperties.Retry.Topic

java.lang.Object
org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
Enclosing class:
KafkaProperties.Retry

public static class KafkaProperties.Retry.Topic extends Object
Properties for non-blocking, topic-based retries.
  • Constructor Details

    • Topic

      public Topic()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getAttempts

      public int getAttempts()
    • setAttempts

      public void setAttempts(int attempts)
    • getDelay

      public Duration getDelay()
    • setDelay

      public void setDelay(Duration delay)
    • getMultiplier

      public double getMultiplier()
    • setMultiplier

      public void setMultiplier(double multiplier)
    • getMaxDelay

      public Duration getMaxDelay()
    • setMaxDelay

      public void setMaxDelay(Duration maxDelay)
    • isRandomBackOff

      public boolean isRandomBackOff()
    • setRandomBackOff

      public void setRandomBackOff(boolean randomBackOff)