Package | Description |
---|---|
org.springframework.boot.actuate.endpoint.mvc | |
org.springframework.boot.actuate.health |
Modifier and Type | Method and Description |
---|---|
void |
HealthMvcEndpoint.addStatusMapping(Status status,
HttpStatus httpStatus)
Add a status mapping to the existing set.
|
Modifier and Type | Field and Description |
---|---|
static Status |
Status.DOWN
Convenient constant value representing down state
|
static Status |
Status.OUT_OF_SERVICE
Convenient constant value representing out-of-service state
|
static Status |
Status.UNKNOWN
Convenient constant value representing unknown state
|
static Status |
Status.UP
Convenient constant value representing up state
|
Modifier and Type | Method and Description |
---|---|
protected Status |
OrderedHealthAggregator.aggregateStatus(List<Status> candidates) |
protected abstract Status |
AbstractHealthAggregator.aggregateStatus(List<Status> candidates)
Return the single 'aggregate' status that should be used from the specified
candidates.
|
Status |
Health.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
OrderedHealthAggregator.setStatusOrder(Status... statusOrder)
Set the ordering of the status.
|
static Health.Builder |
Health.status(Status status)
Create a new
Health.Builder instance with a specific Status . |
Health.Builder |
Health.Builder.status(Status status)
Set status to given
Status instance |
Modifier and Type | Method and Description |
---|---|
protected Status |
OrderedHealthAggregator.aggregateStatus(List<Status> candidates) |
protected abstract Status |
AbstractHealthAggregator.aggregateStatus(List<Status> candidates)
Return the single 'aggregate' status that should be used from the specified
candidates.
|
Constructor and Description |
---|
Health.Builder(Status status)
Create new Builder instance, setting status to given
status . |
Health.Builder(Status status,
Map<String,?> details)
Create new Builder instance, setting status to given
status and
details to given details . |
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.