Uses of Class
io.vertx.ext.consul.ServiceQueryOptions
-
Packages that use ServiceQueryOptions Package Description io.vertx.ext.consul -
-
Uses of ServiceQueryOptions in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return ServiceQueryOptions Modifier and Type Method Description ServiceQueryOptionsServiceQueryOptions. setBlockingOptions(BlockingQueryOptions options)Set options for blocking queryServiceQueryOptionsServiceQueryOptions. setNear(String near)Set node name for sorting the list in ascending order based on the estimated round trip time from that node.ServiceQueryOptionsServiceQueryOptions. setTag(String tag)Set tag for filtering request resultsMethods in io.vertx.ext.consul with parameters of type ServiceQueryOptions Modifier and Type Method Description io.vertx.core.Future<ServiceList>ConsulClient. catalogServiceNodesWithOptions(String service, ServiceQueryOptions options)Returns the nodes providing a serviceio.vertx.core.Future<ServiceEntryList>ConsulClient. healthServiceNodesWithOptions(String service, boolean passing, ServiceQueryOptions options)Returns the nodes providing the service.
-