Package org.chenile.core.service
Class HealthCheckInfo
java.lang.Object
org.chenile.core.service.HealthCheckInfo
A base class that provides basic health check info about all services.
 This can be extended to provide more information as needed.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
healthy
public boolean healthy - 
message
 - 
statusCode
public int statusCode 
 - 
 - 
Constructor Details
- 
HealthCheckInfo
public HealthCheckInfo() 
 -