Class IntegrationManagementConfiguration

java.lang.Object
org.springframework.integration.config.IntegrationManagementConfiguration
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.annotation.ImportAware, org.springframework.context.EnvironmentAware

@Configuration(proxyBeanMethods=false)
public class IntegrationManagementConfiguration
extends java.lang.Object
implements org.springframework.context.annotation.ImportAware, org.springframework.context.EnvironmentAware
@Configuration class that registers a IntegrationManagementConfigurer bean.

This configuration class is automatically imported when using the EnableIntegrationManagement annotation. See its javadoc for complete usage details.

Since:
4.2
  • Constructor Details

  • Method Details

    • setEnvironment

      public void setEnvironment​(org.springframework.core.env.Environment environment)
      Specified by:
      setEnvironment in interface org.springframework.context.EnvironmentAware
    • setImportMetadata

      public void setImportMetadata​(org.springframework.core.type.AnnotationMetadata importMetadata)
      Specified by:
      setImportMetadata in interface org.springframework.context.annotation.ImportAware
    • managementConfigurer

      @Bean(name="integrationManagementConfigurer") @Role(2) public IntegrationManagementConfigurer managementConfigurer​(org.springframework.beans.factory.ObjectProvider<MetricsCaptor> metricsCaptorProvider)