@Configuration(proxyBeanMethods=false) 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.
Constructor and Description |
---|
IntegrationManagementConfiguration() |
Modifier and Type | Method and Description |
---|---|
IntegrationManagementConfigurer |
managementConfigurer(ObjectProvider<MetricsCaptor> metricsCaptorProvider) |
void |
setEnvironment(Environment environment) |
void |
setImportMetadata(AnnotationMetadata importMetadata) |
public void setEnvironment(Environment environment)
setEnvironment
in interface EnvironmentAware
public void setImportMetadata(AnnotationMetadata importMetadata)
setImportMetadata
in interface ImportAware
@Bean(name="integrationManagementConfigurer") @Role(value=2) public IntegrationManagementConfigurer managementConfigurer(ObjectProvider<MetricsCaptor> metricsCaptorProvider)