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

healthChecksWithOptionsAwait

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

Suspending version of method io.vertx.ext.consul.ConsulClient.healthChecksWithOptions

Parameters

service - the service name

options - options used to request checks

Return

CheckList

NOTE: This function has been automatically generated from io.vertx.ext.consul.ConsulClient using Vert.x codegen.