クラス IntegrationMBeanExportConfiguration

java.lang.ObjectSE
org.springframework.integration.jmx.config.IntegrationMBeanExportConfiguration
実装されたすべてのインターフェース:
AwareBeanFactoryAwareImportAwareEnvironmentAware

@Configuration(proxyBeanMethods=false) @Role(2) public class IntegrationMBeanExportConfiguration extends ObjectSE implements ImportAware, EnvironmentAware, BeanFactoryAware
IntegrationMBeanExporter Bean を登録する @Configuration クラス。

この構成クラスは、EnableIntegrationMBeanExport アノテーションを使用すると自動的にインポートされます。使用箇所の詳細については、javadoc を参照してください。

導入:
4.0
作成者:
Artem Bilan, Gary Russell