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

catalogNodesWithOptionsAwait

suspend fun ConsulClient.catalogNodesWithOptionsAwait(options: NodeQueryOptions): NodeList

Returns the nodes registered in a datacenter

Parameters

options - options used to request nodes

resultHandler - will be provided with list of nodes

Returnreference
to this, for fluency *