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

healthStateWithOptionsAwait

suspend fun ConsulClient.healthStateWithOptionsAwait(healthState: HealthState, options: CheckQueryOptions): CheckList

Returns the checks in the specified status

Parameters

healthState - the health state

options - options used to request checks

resultHandler - will be provided with list of checks

Returnreference
to this, for fluency *