类 MBeanExportConfiguration

java.lang.Object
cn.taketoday.context.annotation.MBeanExportConfiguration
所有已实现的接口:
Aware, BeanFactoryAware, ImportAware, EnvironmentAware

@Role(2) public class MBeanExportConfiguration extends Object implements 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.

从以下版本开始:
4.0 2022/3/7 23:07
作者:
Phillip Webb, Chris Beams, Harry Yang
另请参阅:
  • 构造器详细资料

    • MBeanExportConfiguration

      public MBeanExportConfiguration()
  • 方法详细资料