Class KafkaStreamsBinderConfigurationProperties.StateStoreRetry

java.lang.Object
org.springframework.cloud.stream.binder.kafka.streams.properties.KafkaStreamsBinderConfigurationProperties.StateStoreRetry
Enclosing class:
KafkaStreamsBinderConfigurationProperties

public static class KafkaStreamsBinderConfigurationProperties.StateStoreRetry extends Object
  • Constructor Details

    • StateStoreRetry

      public StateStoreRetry()
  • Method Details

    • getMaxAttempts

      public int getMaxAttempts()
    • setMaxAttempts

      public void setMaxAttempts(int maxAttempts)
    • getBackoffPeriod

      public long getBackoffPeriod()
    • setBackoffPeriod

      public void setBackoffPeriod(long backoffPeriod)