Class IntegrationMBeanExportConfiguration

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

@Configuration(proxyBeanMethods=false) public class IntegrationMBeanExportConfiguration extends Object implements org.springframework.context.annotation.ImportAware, org.springframework.context.EnvironmentAware, org.springframework.beans.factory.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
  • Field Details

  • Constructor Details

    • IntegrationMBeanExportConfiguration

      public IntegrationMBeanExportConfiguration()
  • Method Details

    • setBeanFactory

      public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException
      Specified by:
      setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
      Throws:
      org.springframework.beans.BeansException
    • setEnvironment

      public void setEnvironment(org.springframework.core.env.Environment environment)
      Specified by:
      setEnvironment in interface org.springframework.context.EnvironmentAware
    • setImportMetadata

      public void setImportMetadata(org.springframework.core.type.AnnotationMetadata importMetadata)
      Specified by:
      setImportMetadata in interface org.springframework.context.annotation.ImportAware
    • mbeanExporter

      @Bean(name="integrationMbeanExporter") @Role(2) public IntegrationMBeanExporter mbeanExporter()