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

healthServiceNodesAwait

suspend fun ConsulClient.healthServiceNodesAwait(service: String, passing: Boolean): ServiceEntryList

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

Parameters

service - the service name

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

Return

ServiceEntryList

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