Package | Description |
---|---|
org.springframework.boot.actuate.endpoint |
Endpoints used to expose actuator information.
|
org.springframework.boot.actuate.health |
Actuator health indicators.
|
Modifier and Type | Method and Description |
---|---|
Health |
HealthEndpoint.invoke()
Invoke all
HealthIndicator delegates and collect their health information. |
Modifier and Type | Method and Description |
---|---|
Health |
HealthAggregator.aggregate(Map<String,Health> healths)
Aggregate several given
Health instances into one. |
Health |
AbstractHealthAggregator.aggregate(Map<String,Health> healths) |
Health |
Health.Builder.build()
Create a new
Health instance with the previously specified code and
details. |
Health |
HealthIndicator.health() |
Health |
CompositeHealthIndicator.health() |
Health |
AbstractHealthIndicator.health() |
Modifier and Type | Method and Description |
---|---|
Health |
HealthAggregator.aggregate(Map<String,Health> healths)
Aggregate several given
Health instances into one. |
Health |
AbstractHealthAggregator.aggregate(Map<String,Health> healths) |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.