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

healthChecksWithOptionsAwait

suspend fun ConsulClient.healthChecksWithOptionsAwait(service: String, options: CheckQueryOptions): CheckList

Returns the checks associated with the service

Parameters

service - the service name

options - options used to request checks

resultHandler - will be provided with list of checks

Returnreference
to this, for fluency *