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

healthStateWithOptionsAwait

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

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

Parameters

healthState - the health state

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.