Class IntegrationMBeanExportConfiguration
java.lang.Object
org.springframework.integration.jmx.config.IntegrationMBeanExportConfiguration
- All Implemented Interfaces:
- Aware,- BeanFactoryAware,- ImportAware,- EnvironmentAware
@Configuration(proxyBeanMethods=false)
@Role(2)
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
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringA name for defaultIntegrationMBeanExporterbean.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetBeanFactory(BeanFactory beanFactory) voidsetEnvironment(Environment environment) voidsetImportMetadata(AnnotationMetadata importMetadata) 
- 
Field Details- 
MBEAN_EXPORTER_NAMEA name for defaultIntegrationMBeanExporterbean.- See Also:
 
 
- 
- 
Constructor Details- 
IntegrationMBeanExportConfigurationpublic IntegrationMBeanExportConfiguration()
 
- 
- 
Method Details- 
setBeanFactory- Specified by:
- setBeanFactoryin interface- BeanFactoryAware
- Throws:
- BeansException
 
- 
setEnvironment- Specified by:
- setEnvironmentin interface- EnvironmentAware
 
- 
setImportMetadata- Specified by:
- setImportMetadatain interface- ImportAware
 
- 
mbeanExporter
 
-