Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure | |
org.springframework.boot.actuate.endpoint | |
org.springframework.boot.actuate.health |
Modifier and Type | Method and Description |
---|---|
HealthAggregator |
HealthIndicatorAutoConfiguration.healthAggregator() |
Constructor and Description |
---|
HealthEndpoint(HealthAggregator healthAggregator,
Map<String,HealthIndicator> healthIndicators)
Create a new
HealthIndicator instance. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHealthAggregator
Base
HealthAggregator implementation to allow subclasses to focus on
aggregating the Status instances and not deal with contextual details etc. |
class |
OrderedHealthAggregator
Default
HealthAggregator implementation that aggregates Health
instances and determines the final system state based on a simple ordered list. |
Constructor and Description |
---|
CompositeHealthIndicator(HealthAggregator healthAggregator)
Create a new
CompositeHealthIndicator . |
CompositeHealthIndicator(HealthAggregator healthAggregator,
Map<String,HealthIndicator> indicators)
Create a new
CompositeHealthIndicator from the specified indicators. |
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.