Uses of Class
io.vertx.ext.consul.NodeQueryOptions
-
Packages that use NodeQueryOptions Package Description io.vertx.ext.consul -
-
Uses of NodeQueryOptions in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return NodeQueryOptions Modifier and Type Method Description NodeQueryOptionsNodeQueryOptions. setBlockingOptions(BlockingQueryOptions options)Set options for blocking queryNodeQueryOptionsNodeQueryOptions. setNear(String near)Set node name for sorting the list in ascending order based on the estimated round trip time from that node.Methods in io.vertx.ext.consul with parameters of type NodeQueryOptions Modifier and Type Method Description io.vertx.core.Future<NodeList>ConsulClient. catalogNodesWithOptions(NodeQueryOptions options)Returns the nodes registered in a datacenter
-