vertx / io.vertx.kotlin.ext.consul / CheckQueryOptions

CheckQueryOptions

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

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

Options used to requesting list of checks

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.