@Configuration @ConditionalOnEnabledHealthIndicator(value="mount") public static class HealthIndicatorAutoConfigurationAfter.MountHealthIndicatorConfiguration extends Object
| Constructor and Description |
|---|
MountHealthIndicatorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.actuate.health.HealthIndicator |
mountHealthIndicator(MountHealthIndicatorProperties mountHealthIndicatorProperties) |
MountHealthIndicatorProperties |
mountHealthIndicatorProperties() |
@Bean @ConditionalOnMissingBean(name="mountHealthIndicator") public org.springframework.boot.actuate.health.HealthIndicator mountHealthIndicator(MountHealthIndicatorProperties mountHealthIndicatorProperties)
@Bean public MountHealthIndicatorProperties mountHealthIndicatorProperties()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.