Class IntegrationManagementConfigurer

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

Configures beans that implement IntegrationManagement. Configures logging, MetricsCaptor and ObservationRegistry for all (or selected) components.
Since:
4.2
Author:
Gary Russell, Artem Bilan, Meherzad Lahewala, Jonathan Pearlin
  • Field Details

    • MANAGEMENT_CONFIGURER_NAME

      public static final String MANAGEMENT_CONFIGURER_NAME
      Bean name of the configurer.
      See Also:
  • Constructor Details

    • IntegrationManagementConfigurer

      public IntegrationManagementConfigurer()
  • Method Details