Class RetryTopicConfigurationSupport

java.lang.Object
org.springframework.kafka.retrytopic.RetryTopicConfigurationSupport
All Implemented Interfaces:
Aware, SmartInitializingSingleton, ApplicationContextAware

public class RetryTopicConfigurationSupport extends Object implements ApplicationContextAware, 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
Author:
Tomaz Fernandes, Gary Russell