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
BeanDefinition
s and their mapping
to Consumer Endpoints are present.- Since:
- 4.1
- Author:
- Artem Bilan
-
Field Summary
Fields Modifier and Type Field Description static String
IDEMPOTENT_ENDPOINTS_MAPPING
-
Constructor Summary
Constructors Constructor Description IdempotentReceiverAutoProxyCreatorInitializer()
-
Method Summary
Modifier and Type Method Description void
initialize(ConfigurableListableBeanFactory beanFactory)
-
Field Details
-
Constructor Details
-
IdempotentReceiverAutoProxyCreatorInitializer
public IdempotentReceiverAutoProxyCreatorInitializer()
-
-
Method Details
-
initialize
- Specified by:
initialize
in interfaceIntegrationConfigurationInitializer
- Throws:
BeansException
-