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 |
VanillaHealthIndicator
Default implementation of
HealthIndicator that simply returns "ok". |
Copyright © 2013. All rights reserved.