Interface HealthIndicator

All Superinterfaces:
Ordered
All Known Implementing Classes:
AbstractHealthIndicator, DiscoveryClientHealthIndicator, DiskSpaceIndicator, JdbcIndicator, ServiceHttpClientHealthIndicator, ServiceReadyHealthIndicator

public interface HealthIndicator extends Ordered

Describes an indicator of health of the application. Used by the HealthAggregator to create a response combining all indicators.

Since:
1.0
Author:
James Kleeh
  • Method Details