Interface HealthCheck.Result
-
- Enclosing interface:
- HealthCheck
public static interface HealthCheck.Result
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>getDetails()ThrowablegetError()StringgetMessage()StringgetTimestamp()booleanisHealthy()
-