vertx / io.vertx.kotlin.ext.consul / io.vertx.ext.consul.ConsulClient / failCheckAwait

failCheckAwait

suspend fun ConsulClient.failCheckAwait(checkId: String): Unit

Set status of the check to "critical". Used with a check that is of the TTL type. The TTL clock will be reset.

Parameters

checkId - the ID of check

resultHandler - will be called when complete

Returnreference
to this, for fluency *