Class IdempotentReceiverAutoProxyCreatorInitializer
java.lang.Object
org.springframework.integration.config.IdempotentReceiverAutoProxyCreatorInitializer
- All Implemented Interfaces:
- IntegrationConfigurationInitializer
public class IdempotentReceiverAutoProxyCreatorInitializer
extends Object
implements IntegrationConfigurationInitializer
The 
IntegrationConfigurationInitializer that populates
 the ConfigurableListableBeanFactory
 with an IdempotentReceiverAutoProxyCreator
 when IdempotentReceiverInterceptor BeanDefinitions and their mapping
 to Consumer Endpoints are present.- Since:
- 4.1
- Author:
- Artem Bilan, Chris Bono
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
IDEMPOTENT_ENDPOINTS_MAPPING- See Also:
 
 
- 
- 
Constructor Details- 
IdempotentReceiverAutoProxyCreatorInitializerpublic IdempotentReceiverAutoProxyCreatorInitializer()
 
- 
- 
Method Details- 
initialize- Specified by:
- initializein interface- IntegrationConfigurationInitializer
- Throws:
- BeansException
 
 
-