Uses of Class
io.vertx.ext.consul.ServiceQueryOptions
Packages that use ServiceQueryOptions
-
Uses of ServiceQueryOptions in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return ServiceQueryOptionsModifier and TypeMethodDescriptionServiceQueryOptions.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.Set tag for filtering request resultsMethods in io.vertx.ext.consul with parameters of type ServiceQueryOptionsModifier and TypeMethodDescriptionConsulClient.catalogServiceNodesWithOptions(String service, ServiceQueryOptions options) Returns the nodes providing a serviceConsulClient.healthServiceNodesWithOptions(String service, boolean passing, ServiceQueryOptions options) Returns the nodes providing the service. -
Uses of ServiceQueryOptions in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul with parameters of type ServiceQueryOptionsModifier and TypeMethodDescriptionConsulClient.catalogServiceNodesWithOptions(String service, ServiceQueryOptions options) Returns the nodes providing a serviceConsulClient.healthServiceNodesWithOptions(String service, boolean passing, ServiceQueryOptions options) Returns the nodes providing the service.ConsulClient.rxCatalogServiceNodesWithOptions(String service, ServiceQueryOptions options) Returns the nodes providing a serviceConsulClient.rxHealthServiceNodesWithOptions(String service, boolean passing, ServiceQueryOptions options) Returns the nodes providing the service. -
Uses of ServiceQueryOptions in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul with parameters of type ServiceQueryOptionsModifier and TypeMethodDescriptionConsulClient.catalogServiceNodesWithOptions(String service, ServiceQueryOptions options) Returns the nodes providing a serviceConsulClient.healthServiceNodesWithOptions(String service, boolean passing, ServiceQueryOptions options) Returns the nodes providing the service.ConsulClient.rxCatalogServiceNodesWithOptions(String service, ServiceQueryOptions options) Returns the nodes providing a serviceConsulClient.rxHealthServiceNodesWithOptions(String service, boolean passing, ServiceQueryOptions options) Returns the nodes providing the service.