Class IntegrationManagementConfiguration
java.lang.Object
org.springframework.integration.config.IntegrationManagementConfiguration
- All Implemented Interfaces:
- Aware,- ImportAware,- EnvironmentAware
@Configuration(proxyBeanMethods=false) @Role(2) public class IntegrationManagementConfiguration extends Object implements ImportAware, 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
- Author:
- Artem Bilan, Gary Russell
- 
Constructor SummaryConstructors Constructor Description IntegrationManagementConfiguration()
- 
Method SummaryModifier and Type Method Description IntegrationManagementConfigurermanagementConfigurer(ObjectProvider<MetricsCaptor> metricsCaptorProvider)voidsetEnvironment(Environment environment)voidsetImportMetadata(AnnotationMetadata importMetadata)
- 
Constructor Details- 
IntegrationManagementConfigurationpublic IntegrationManagementConfiguration()
 
- 
- 
Method Details- 
setEnvironment- Specified by:
- setEnvironmentin interface- EnvironmentAware
 
- 
setImportMetadata- Specified by:
- setImportMetadatain interface- ImportAware
 
- 
managementConfigurer@Bean(name="integrationManagementConfigurer") @Role(2) public IntegrationManagementConfigurer managementConfigurer(ObjectProvider<MetricsCaptor> metricsCaptorProvider)
 
-