Class RetryTopicHeaders
- java.lang.Object
-
- org.springframework.kafka.retrytopic.RetryTopicHeaders
-
public abstract class RetryTopicHeaders extends java.lang.Object
Contains the headers that will be used in the forwarded messages.- Since:
- 2.7
- Author:
- Tomaz Fernandes
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_HEADER_ATTEMPTS
The default header for the attempts.static java.lang.String
DEFAULT_HEADER_BACKOFF_TIMESTAMP
The default header for the backoff duetimestamp.static java.lang.String
DEFAULT_HEADER_ORIGINAL_TIMESTAMP
The default header for the original message's timestamp.
-
Constructor Summary
Constructors Constructor Description RetryTopicHeaders()
-
-
-
Field Detail
-
DEFAULT_HEADER_BACKOFF_TIMESTAMP
public static final java.lang.String DEFAULT_HEADER_BACKOFF_TIMESTAMP
The default header for the backoff duetimestamp.- See Also:
- Constant Field Values
-
DEFAULT_HEADER_ATTEMPTS
public static final java.lang.String DEFAULT_HEADER_ATTEMPTS
The default header for the attempts.- See Also:
- Constant Field Values
-
DEFAULT_HEADER_ORIGINAL_TIMESTAMP
public static final java.lang.String DEFAULT_HEADER_ORIGINAL_TIMESTAMP
The default header for the original message's timestamp.- See Also:
- Constant Field Values
-
-