fun ServiceQueryOptions(blockingOptions: BlockingQueryOptions? = null, near: String? = null, tag: String? = null): ServiceQueryOptions
A function providing a DSL for building io.vertx.ext.consul.ServiceQueryOptions objects.
Options used to requesting list of services
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.