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 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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmanagementConfigurer(org.springframework.beans.factory.ObjectProvider<MetricsCaptor> metricsCaptorProvider, org.springframework.beans.factory.ObjectProvider<io.micrometer.observation.ObservationRegistry> observationRegistryProvider) voidsetEnvironment(org.springframework.core.env.Environment environment) voidsetImportMetadata(org.springframework.core.type.AnnotationMetadata importMetadata)
-
Constructor Details
-
IntegrationManagementConfiguration
public IntegrationManagementConfiguration()
-
-
Method Details
-
setEnvironment
public void setEnvironment(org.springframework.core.env.Environment environment) - Specified by:
setEnvironmentin interfaceorg.springframework.context.EnvironmentAware
-
setImportMetadata
public void setImportMetadata(org.springframework.core.type.AnnotationMetadata importMetadata) - Specified by:
setImportMetadatain interfaceorg.springframework.context.annotation.ImportAware
-
managementConfigurer
@Bean(name="integrationManagementConfigurer") @Role(2) public IntegrationManagementConfigurer managementConfigurer(org.springframework.beans.factory.ObjectProvider<MetricsCaptor> metricsCaptorProvider, org.springframework.beans.factory.ObjectProvider<io.micrometer.observation.ObservationRegistry> observationRegistryProvider)
-