Class RetryTopicHeaders

java.lang.Object
org.springframework.kafka.retrytopic.RetryTopicHeaders

public abstract class RetryTopicHeaders extends Object
Contains the headers that will be used in the forwarded messages.
Since:
2.7
  • Field Details

    • DEFAULT_HEADER_BACKOFF_TIMESTAMP

      public static final String DEFAULT_HEADER_BACKOFF_TIMESTAMP
      The default header for the backoff due timestamp.
      See Also:
    • DEFAULT_HEADER_ATTEMPTS

      public static final String DEFAULT_HEADER_ATTEMPTS
      The default header for the attempts.
      See Also:
    • DEFAULT_HEADER_ORIGINAL_TIMESTAMP

      public static final String DEFAULT_HEADER_ORIGINAL_TIMESTAMP
      The default header for the original message's timestamp.
      See Also:
  • Constructor Details

    • RetryTopicHeaders

      public RetryTopicHeaders()