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