@Configuration @ConditionalOnWebApplication @ConditionalOnEnabledEndpoint(value="hawtio") @PropertySource(value="classpath:/io/hawt/springboot/application.properties") @EnableConfigurationProperties public class HawtioAutoConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
HawtioAutoConfiguration.HawtioConfigurationProperties |
| Constructor and Description |
|---|
HawtioAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ConfigManager |
hawtioConfigManager(HawtioProperties hawtioProperties) |
protected HawtioAutoConfiguration.HawtioConfigurationProperties |
hawtioConfigurationProperties() |
HawtioEndpoint |
hawtioEndpoint(org.springframework.boot.actuate.autoconfigure.ManagementServerProperties managementServerProperties) |
HawtioProperties |
hawtioProperties() |
@Bean @ConditionalOnMissingBean public HawtioEndpoint hawtioEndpoint(org.springframework.boot.actuate.autoconfigure.ManagementServerProperties managementServerProperties)
@Bean public ConfigManager hawtioConfigManager(HawtioProperties hawtioProperties)
@Bean public HawtioProperties hawtioProperties()
@Bean @ConfigurationProperties protected HawtioAutoConfiguration.HawtioConfigurationProperties hawtioConfigurationProperties()
Copyright © 2018 JBoss by Red Hat. All rights reserved.