Class RetryTopicConfigurationSupport

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.SmartInitializingSingleton, org.springframework.context.ApplicationContextAware

    public class RetryTopicConfigurationSupport
    extends java.lang.Object
    implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.SmartInitializingSingleton
    This is the main class providing the configuration behind the non-blocking, topic-based delayed retries feature. It is typically imported by adding @EnableKafkaRetryTopic to an application @Configuration class. An alternative more advanced option is to extend directly from this class and override methods as necessary, remembering to add @Configuration to the subclass and @Bean to overridden @Bean methods. For more details see the javadoc of @EnableRetryTopic.
    Since:
    2.9