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

      • Methods inherited from class java.lang.Object

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

      • RetryTopicConstants

        public RetryTopicConstants()