vertx / io.vertx.reactivex.ext.consul / ConsulClient / coordinateNodesWithOptions

coordinateNodesWithOptions

open fun coordinateNodesWithOptions(options: BlockingQueryOptions, resultHandler: Handler<AsyncResult<CoordinateList>>): ConsulClient

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

Parameters

options - the blocking options

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

Return
reference to this, for fluency