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 Summary
ConstructorsConstructorDescriptionIntegrationManagementConfiguration(ControlBusCommandRegistry controlBusCommandRegistry)  - 
Method Summary
Modifier and TypeMethodDescriptionmanagementConfigurer(ObjectProvider<MetricsCaptor> metricsCaptorProvider, ObjectProvider<io.micrometer.observation.ObservationRegistry> observationRegistryProvider) voidsetEnvironment(Environment environment) voidsetImportMetadata(AnnotationMetadata importMetadata)  
- 
Constructor Details
- 
IntegrationManagementConfiguration
 
 - 
 - 
Method Details
- 
setEnvironment
- Specified by:
 setEnvironmentin interfaceEnvironmentAware
 - 
setImportMetadata
- Specified by:
 setImportMetadatain interfaceImportAware
 - 
managementConfigurer
@Bean(name="integrationManagementConfigurer") @Role(2) public IntegrationManagementConfigurer managementConfigurer(ObjectProvider<MetricsCaptor> metricsCaptorProvider, ObjectProvider<io.micrometer.observation.ObservationRegistry> observationRegistryProvider)  
 -