Class KafkaStreamsBinderConfigurationProperties.StateStoreRetry
java.lang.Object
org.springframework.cloud.stream.binder.kafka.streams.properties.KafkaStreamsBinderConfigurationProperties.StateStoreRetry
- Enclosing class:
- KafkaStreamsBinderConfigurationProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongintvoidsetBackoffPeriod(long backoffPeriod) voidsetMaxAttempts(int maxAttempts)
-
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)
-