Class CheckResult
java.lang.Object
io.vertx.ext.healthchecks.CheckResult
- Author:
- Clement Escoffier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CheckResultstatic CheckResultgetData()getId()getUp()static booleanisUp(Future<CheckResult> json) static booleanisUp(CheckResult json) setChecks(List<CheckResult> checks) setFailure(Throwable failure) toJson()Get a JSON version of this result, it computes the overall outcome.
-
Constructor Details
-
CheckResult
public CheckResult()
-
-
Method Details
-
from
-
from
-
isUp
-
isUp
-
setId
-
getId
-
getStatus
-
setStatus
-
getUp
-
getData
-
getFailure
-
setFailure
-
setChecks
-
getChecks
-
toJson
Get a JSON version of this result, it computes the overall outcome.
-