Class IntegrationMBeanExportConfiguration

java.lang.Object
org.springframework.integration.jmx.config.IntegrationMBeanExportConfiguration
All Implemented Interfaces:
Aware, BeanFactoryAware, ImportAware, EnvironmentAware

@Configuration(proxyBeanMethods=false) public class IntegrationMBeanExportConfiguration extends Object implements ImportAware, EnvironmentAware, BeanFactoryAware
@Configuration class that registers a IntegrationMBeanExporter bean.

This configuration class is automatically imported when using the EnableIntegrationMBeanExport annotation. See its javadoc for complete usage details.

Since:
4.0
Author:
Artem Bilan, Gary Russell