| Package | Description |
|---|---|
| org.springframework.boot.actuate.endpoint | |
| org.springframework.boot.actuate.health |
| Constructor and Description |
|---|
HealthEndpoint(HealthIndicator<? extends T> indicator)
Create a new
HealthIndicator instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleHealthIndicator
Simple implementation of
HealthIndicator that returns a status and also
attempts a simple database test. |
class |
VanillaHealthIndicator
Default implementation of
HealthIndicator that simply returns "ok". |
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.