Class DynamicRequestMappingBeanPostProcessor

java.lang.Object
org.springframework.integration.http.inbound.DynamicRequestMappingBeanPostProcessor
All Implemented Interfaces:
Aware, BeanFactoryAware, BeanPostProcessor, DestructionAwareBeanPostProcessor, SmartInitializingSingleton

public class DynamicRequestMappingBeanPostProcessor extends Object implements BeanFactoryAware, DestructionAwareBeanPostProcessor, SmartInitializingSingleton
A DestructionAwareBeanPostProcessor to register request mapping created at runtime (e.g. via IntegrationFlowContext) by HttpRequestHandlingEndpointSupport instances into the IntegrationRequestMappingHandlerMapping. These mappings are also removed when respective HttpRequestHandlingEndpointSupport bean is destroyed.
Since:
6.2.5
Author:
Artem Bilan