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

localChecksAwait

suspend fun ConsulClient.localChecksAwait(): List<Check>

Return all the checks that are registered with the local agent.

Parameters

resultHandler - will be provided with list of checks

Returnreference
to this, for fluency *