@Configuration open class MBeanExportConfiguration : ImportAware, EnvironmentAware, BeanFactoryAware
@Configuration class that registers a AnnotationMBeanExporter bean.
This configuration class is automatically imported when using the EnableMBeanExport annotation. See its javadoc for complete usage details.
Author
Phillip Webb
Author
Chris Beams
Since
3.2
See Also
EnableMBeanExport
MBeanExportConfiguration()
This configuration class is automatically imported when using the EnableMBeanExport annotation. See its javadoc for complete usage details. |
open fun mbeanExporter(): AnnotationMBeanExporter |
|
open fun setBeanFactory(beanFactory: BeanFactory): Unit |
|
open fun setEnvironment(environment: Environment): Unit |
|
open fun setImportMetadata(importMetadata: AnnotationMetadata): Unit |