fun checkResultOf(checks: Iterable<CheckResult>? = null, id: String? = null, status: Status? = null): CheckResult
A function providing a DSL for building io.vertx.ext.healthchecks.CheckResult objects. |
|
fun statusOf(data: JsonObject? = null, ok: Boolean? = null, procedureInError: Boolean? = null): Status
A function providing a DSL for building io.vertx.ext.healthchecks.Status objects. |