Class RetryTopicBootstrapper


  • public class RetryTopicBootstrapper
    extends java.lang.Object
    Bootstraps the RetryTopicConfigurer context, registering the dependency beans and configuring the ApplicationListeners. Note that if a bean with the same name already exists in the context that one will be used instead.
    Since:
    2.7
    Author:
    Tomaz Fernandes
    • Constructor Summary

      Constructors 
      Constructor Description
      RetryTopicBootstrapper​(org.springframework.context.ApplicationContext applicationContext, org.springframework.beans.factory.BeanFactory beanFactory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void bootstrapRetryTopic()  
      • Methods inherited from class java.lang.Object

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

      • RetryTopicBootstrapper

        public RetryTopicBootstrapper​(org.springframework.context.ApplicationContext applicationContext,
                                      org.springframework.beans.factory.BeanFactory beanFactory)
    • Method Detail

      • bootstrapRetryTopic

        public void bootstrapRetryTopic()