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