Package io.jaconi.spring.rabbitmq.retry
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
-
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:
setBeanFactoryin interfaceorg.springframework.beans.factory.BeanFactoryAware- Throws:
org.springframework.beans.BeansException
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-