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

healthStateAwait

suspend fun ConsulClient.healthStateAwait(healthState: HealthState): CheckList

Returns the checks in the specified status

Parameters

healthState - the health state

resultHandler - will be provided with list of checks

Returnreference
to this, for fluency *