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

coordinateNodesWithOptionsAwait

suspend fun ConsulClient.coordinateNodesWithOptionsAwait(options: BlockingQueryOptions): CoordinateList

Returns the LAN network coordinates for all nodes in a given DC This is blocking query unlike io.vertx.ext.consul.ConsulClient

Parameters

options - the blocking options

resultHandler - will be provided with network coordinates of nodes in datacenter

Returnreference
to this, for fluency *