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