Class KafkaProperties.Retry.Topic
java.lang.Object
org.springframework.boot.kafka.autoconfigure.KafkaProperties.Retry.Topic
- Enclosing class:
KafkaProperties.Retry
Properties for non-blocking, topic-based retries.
- Since:
- 4.0.0
- Author:
- Gary Russell, Stephane Nicoll, Artem Bilan, Nakul Mishra, Tomaz Fernandes, Andy Wilkinson, Scott Frederick, Yanming Zhou
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
void
setAttempts
(int attempts) void
setEnabled
(boolean enabled)
-
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) -
getBackoff
-