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

catalogServiceNodesAwait

suspend fun ConsulClient.catalogServiceNodesAwait(service: String): ServiceList

Returns the nodes providing a service

Parameters

service - name of service

resultHandler - will be provided with list of nodes providing given service

Returnreference
to this, for fluency *