Class RetryTopicInternalBeanNames


  • public abstract class RetryTopicInternalBeanNames
    extends java.lang.Object
    Contains the internal bean names that will be used by the retryable topic configuration. If you provide a bean of your own with the same name that instance will be used instead of the default one.
    Since:
    2.7
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • INTERNAL_BACKOFF_CLOCK_BEAN_NAME

        public static final java.lang.String INTERNAL_BACKOFF_CLOCK_BEAN_NAME
        Internal Back Off Clock Bean Name.
        See Also:
        Constant Field Values
      • DEFAULT_KAFKA_TEMPLATE_BEAN_NAME

        public static final java.lang.String DEFAULT_KAFKA_TEMPLATE_BEAN_NAME
        Default Kafka template bean name for publishing to retry topics.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RetryTopicInternalBeanNames

        public RetryTopicInternalBeanNames()