public class DiscoveryCompositeHealthIndicator
extends org.springframework.boot.actuate.health.CompositeHealthIndicator
| Modifier and Type | Class and Description |
|---|---|
static class |
DiscoveryCompositeHealthIndicator.Holder
Holder for the Health Indicator.
|
| Constructor and Description |
|---|
DiscoveryCompositeHealthIndicator(org.springframework.boot.actuate.health.HealthAggregator healthAggregator,
List<DiscoveryHealthIndicator> indicators) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<DiscoveryCompositeHealthIndicator.Holder> |
getHealthIndicators() |
@Autowired
public DiscoveryCompositeHealthIndicator(org.springframework.boot.actuate.health.HealthAggregator healthAggregator,
List<DiscoveryHealthIndicator> indicators)
public ArrayList<DiscoveryCompositeHealthIndicator.Holder> getHealthIndicators()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.