Class 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
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • RetryTopicHeaders

        public RetryTopicHeaders()