@Configuration(proxyBeanMethods=false) @ConditionalOnClass(value=org.springframework.integration.jmx.config.EnableIntegrationMBeanExport.class) @ConditionalOnMissingBean(value=org.springframework.integration.monitor.IntegrationMBeanExporter.class, search=CURRENT) @ConditionalOnBean(value=javax.management.MBeanServer.classSE) @ConditionalOnProperty(prefix="spring.jmx", name="enabled", havingValue="true", matchIfMissing=true) protected static class IntegrationAutoConfiguration.IntegrationJmxConfiguration extends ObjectSE
| 修飾子 | コンストラクターと説明 |
|---|---|
protected | IntegrationJmxConfiguration() |
| 修飾子と型 | メソッドと説明 |
|---|---|
org.springframework.integration.monitor.IntegrationMBeanExporter | integrationMbeanExporter(BeanFactory beanFactory, Environment environment) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE@Bean public org.springframework.integration.monitor.IntegrationMBeanExporter integrationMbeanExporter(BeanFactory beanFactory, Environment environment)