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

healthChecksAwait

suspend fun ConsulClient.healthChecksAwait(service: String): CheckList

Returns the checks associated with the service

Parameters

service - the service name

resultHandler - will be provided with list of checks

Returnreference
to this, for fluency *