- java.lang.Object
-
- org.springframework.boot.actuate.health.CompositeHealthIndicator
-
- org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator
-
- All Implemented Interfaces:
- org.springframework.boot.actuate.health.HealthIndicator
public class DiscoveryCompositeHealthIndicator
extends org.springframework.boot.actuate.health.CompositeHealthIndicator
Gathers all DiscoveryHealthIndicator's from a DiscoveryClient implementation
and aggregates the statuses.
- Author:
- Spencer Gibb
-
-
Method Summary
-
Methods inherited from class org.springframework.boot.actuate.health.CompositeHealthIndicator
addHealthIndicator, health
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.