Class RetryTopicConstants
java.lang.Object
org.springframework.kafka.retrytopic.RetryTopicConstants
Constants for the RetryTopic functionality.
- Since:
- 2.7
- Author:
- Tomaz Fernandes
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Default suffix for dlt.static final int
Default number of times the message processing should be attempted, including the first.static final String
Default suffix for retry topics.static final int
Constant to represent that the integer property is not set. -
Constructor Summary
-
Method Summary
-
Field Details
-
DEFAULT_RETRY_SUFFIX
Default suffix for retry topics.- See Also:
-
DEFAULT_DLT_SUFFIX
Default suffix for dlt.- See Also:
-
DEFAULT_MAX_ATTEMPTS
public static final int DEFAULT_MAX_ATTEMPTSDefault number of times the message processing should be attempted, including the first.- See Also:
-
NOT_SET
public static final int NOT_SETConstant to represent that the integer property is not set.- See Also:
-
-
Constructor Details
-
RetryTopicConstants
public RetryTopicConstants()
-