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

healthServiceNodesWithOptionsAwait

suspend fun ConsulClient.healthServiceNodesWithOptionsAwait(service: String, passing: Boolean, options: ServiceQueryOptions): ServiceEntryList

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

Parameters

service - the service name

passing - if true, filter results to only nodes with all checks in the passing state

options - options used to request services

Return

ServiceEntryList

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