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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
-
Field Details
-
IDEMPOTENT_ENDPOINTS_MAPPING
- See Also:
-
-
Constructor Details
-
IdempotentReceiverAutoProxyCreatorInitializer
public IdempotentReceiverAutoProxyCreatorInitializer()
-
-
Method Details
-
initialize
public void initialize(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException - Specified by:
initializein interfaceIntegrationConfigurationInitializer- Throws:
org.springframework.beans.BeansException
-