public class HealthCheckServiceImpl extends java.lang.Object implements HealthCheckService
| Constructor and Description |
|---|
HealthCheckServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckResponse |
isLive() |
HealthCheckResponse |
isReady() |
public HealthCheckResponse isReady()
isReady in interface HealthCheckServicepublic HealthCheckResponse isLive()
isLive in interface HealthCheckService