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
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.