Uses of Class
io.vertx.ext.consul.NodeQueryOptions
Packages that use NodeQueryOptions
-
Uses of NodeQueryOptions in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return NodeQueryOptionsModifier and TypeMethodDescriptionNodeQueryOptions.setBlockingOptions(BlockingQueryOptions options) Set options for blocking querySet 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 NodeQueryOptionsModifier and TypeMethodDescriptionConsulClient.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 NodeQueryOptionsModifier and TypeMethodDescriptionConsulClient.catalogNodesWithOptions(NodeQueryOptions options) Returns the nodes registered in a datacenterConsulClient.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 NodeQueryOptionsModifier and TypeMethodDescriptionConsulClient.catalogNodesWithOptions(NodeQueryOptions options) Returns the nodes registered in a datacenterConsulClient.rxCatalogNodesWithOptions(NodeQueryOptions options) Returns the nodes registered in a datacenter