Uses of Class
io.vertx.ext.consul.NodeQueryOptions
-
Packages that use NodeQueryOptions Package Description io.vertx.ext.consul io.vertx.reactivex.ext.consul io.vertx.rxjava3.ext.consul -
-
Uses of NodeQueryOptions in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return NodeQueryOptions Modifier and Type Method Description NodeQueryOptions
NodeQueryOptions. setBlockingOptions(BlockingQueryOptions options)
Set options for blocking queryNodeQueryOptions
NodeQueryOptions. 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 Future<NodeList>
ConsulClient. catalogNodesWithOptions(NodeQueryOptions options)
Returns the nodes registered in a datacenter -
Uses of NodeQueryOptions in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul with parameters of type NodeQueryOptions Modifier and Type Method Description Future<NodeList>
ConsulClient. catalogNodesWithOptions(NodeQueryOptions options)
Returns the nodes registered in a datacenterSingle<NodeList>
ConsulClient. rxCatalogNodesWithOptions(NodeQueryOptions options)
Returns the nodes registered in a datacenter -
Uses of NodeQueryOptions in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul with parameters of type NodeQueryOptions Modifier and Type Method Description Single<NodeList>
ConsulClient. catalogNodesWithOptions(NodeQueryOptions options)
Returns the nodes registered in a datacenterSingle<NodeList>
ConsulClient. rxCatalogNodesWithOptions(NodeQueryOptions options)
Returns the nodes registered in a datacenter
-