vertx / io.vertx.kotlin.ext.consul / NodeQueryOptions

NodeQueryOptions

fun NodeQueryOptions(blockingOptions: BlockingQueryOptions? = null, near: String? = null): NodeQueryOptions

A function providing a DSL for building io.vertx.ext.consul.NodeQueryOptions objects.

Options used to requesting list of nodes

Parameters

blockingOptions - Set options for blocking query

near - Set node name for sorting the list in ascending order based on the estimated round trip time from that node.