Class IntegrationManagementConfigurer

java.lang.Object
org.springframework.integration.config.IntegrationManagementConfigurer
All Implemented Interfaces:
EventListener, Aware, BeanNameAware, BeanPostProcessor, SmartInitializingSingleton, ApplicationContextAware, ApplicationListener<ContextClosedEvent>

public class IntegrationManagementConfigurer
extends Object
implements SmartInitializingSingleton, ApplicationContextAware, BeanNameAware, BeanPostProcessor, ApplicationListener<ContextClosedEvent>
Configures beans that implement IntegrationManagement. Configures counts, stats, logging for all (or selected) components.
Since:
4.2
Author:
Gary Russell, Artem Bilan, Meherzad Lahewala, Jonathan Pearlin