public class IdempotentReceiverAutoProxyCreatorInitializer extends Object implements IntegrationConfigurationInitializer
IntegrationConfigurationInitializer
that populates
the ConfigurableListableBeanFactory
with an IdempotentReceiverAutoProxyCreator
when IdempotentReceiverInterceptor
BeanDefinition
s and their mapping
to Consumer Endpoints are present.Modifier and Type | Field and Description |
---|---|
static String |
IDEMPOTENT_ENDPOINTS_MAPPING |
Constructor and Description |
---|
IdempotentReceiverAutoProxyCreatorInitializer() |
Modifier and Type | Method and Description |
---|---|
void |
initialize(ConfigurableListableBeanFactory beanFactory) |
public static final String IDEMPOTENT_ENDPOINTS_MAPPING
public IdempotentReceiverAutoProxyCreatorInitializer()
public void initialize(ConfigurableListableBeanFactory beanFactory) throws BeansException
initialize
in interface IntegrationConfigurationInitializer
BeansException