Class RetryResourceConfiguration

java.lang.Object
io.jaconi.spring.rabbitmq.retry.RetryResourceConfiguration
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean

@Configuration @ConditionalOnProperty(value={"jaconi.rabbitmq.listener.retry.enabled","jaconi.rabbitmq.listener.retry.create-resources"}, havingValue="true") public class RetryResourceConfiguration extends Object implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean
  • Constructor Details

    • RetryResourceConfiguration

      public RetryResourceConfiguration()
  • Method Details

    • setBeanFactory

      public void setBeanFactory(@NonNull org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException
      Specified by:
      setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
      Throws:
      org.springframework.beans.BeansException
    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean