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
options
- the blocking options
resultHandler
- will be provided with network coordinates of nodes in datacenter
Returnreference
to this, for fluency *