@Configuration @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 implements EnvironmentAware, BeanFactoryAware
修飾子 | コンストラクターと説明 |
---|---|
protected | IntegrationJmxConfiguration() |
修飾子と型 | メソッドと説明 |
---|---|
org.springframework.integration.monitor.IntegrationMBeanExporter | integrationMbeanExporter() |
void | setBeanFactory(BeanFactory beanFactory) |
void | setEnvironment(Environment environment) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
public void setBeanFactory(BeanFactory beanFactory) throws BeansException
BeanFactoryAware
の setBeanFactory
BeansException
public void setEnvironment(Environment environment)
EnvironmentAware
の setEnvironment
@Bean public org.springframework.integration.monitor.IntegrationMBeanExporter integrationMbeanExporter()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.