Uses of Class
io.vertx.ext.consul.ServiceList
Packages that use ServiceList
-
Uses of ServiceList in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return ServiceListModifier and TypeMethodDescriptionServiceList.setIndex(long index) Set Consul index, a unique identifier representing the current state of the requested list of servicesSet list of servicesMethods in io.vertx.ext.consul that return types with arguments of type ServiceListModifier and TypeMethodDescriptionConsulClient.catalogNodeServices(String node) Returns the node's registered servicesConsulClient.catalogNodeServicesWithOptions(String node, BlockingQueryOptions options) Returns the node's registered services This is blocking query unlikeConsulClient.catalogNodeServices(String)ConsulClient.catalogServiceNodes(String service) Returns the nodes providing a serviceConsulClient.catalogServiceNodesWithOptions(String service, ServiceQueryOptions options) Returns the nodes providing a serviceConsulClient.catalogServices()Returns the services registered in a datacenterConsulClient.catalogServicesWithOptions(BlockingQueryOptions options) Returns the services registered in a datacenter This is blocking query unlikeConsulClient.catalogServices()static Watch<ServiceList> CreatesWatchto monitoring the list of available services.static Watch<ServiceList> Watch.services(Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring the list of available services.Constructors in io.vertx.ext.consul with parameters of type ServiceList -
Uses of ServiceList in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul that return types with arguments of type ServiceListModifier and TypeMethodDescriptionConsulClient.catalogNodeServices(String node) Returns the node's registered servicesConsulClient.catalogNodeServicesWithOptions(String node, BlockingQueryOptions options) Returns the node's registered services This is blocking query unlikeConsulClient.catalogNodeServices(String)ConsulClient.catalogServiceNodes(String service) Returns the nodes providing a serviceConsulClient.catalogServiceNodesWithOptions(String service, ServiceQueryOptions options) Returns the nodes providing a serviceConsulClient.catalogServices()Returns the services registered in a datacenterConsulClient.catalogServicesWithOptions(BlockingQueryOptions options) Returns the services registered in a datacenter This is blocking query unlikeConsulClient.catalogServices()ConsulClient.rxCatalogNodeServices(String node) Returns the node's registered servicesConsulClient.rxCatalogNodeServicesWithOptions(String node, BlockingQueryOptions options) Returns the node's registered services This is blocking query unlikeConsulClient.catalogNodeServices(String)ConsulClient.rxCatalogServiceNodes(String service) Returns the nodes providing a serviceConsulClient.rxCatalogServiceNodesWithOptions(String service, ServiceQueryOptions options) Returns the nodes providing a serviceConsulClient.rxCatalogServices()Returns the services registered in a datacenterConsulClient.rxCatalogServicesWithOptions(BlockingQueryOptions options) Returns the services registered in a datacenter This is blocking query unlikeConsulClient.catalogServices()static Watch<ServiceList> CreatesWatchto monitoring the list of available services.static Watch<ServiceList> Watch.services(Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring the list of available services. -
Uses of ServiceList in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul that return types with arguments of type ServiceListModifier and TypeMethodDescriptionConsulClient.catalogNodeServices(String node) Returns the node's registered servicesConsulClient.catalogNodeServicesWithOptions(String node, BlockingQueryOptions options) Returns the node's registered services This is blocking query unlikeConsulClient.catalogNodeServices(String)ConsulClient.catalogServiceNodes(String service) Returns the nodes providing a serviceConsulClient.catalogServiceNodesWithOptions(String service, ServiceQueryOptions options) Returns the nodes providing a serviceConsulClient.catalogServices()Returns the services registered in a datacenterConsulClient.catalogServicesWithOptions(BlockingQueryOptions options) Returns the services registered in a datacenter This is blocking query unlikeConsulClient.catalogServices()ConsulClient.rxCatalogNodeServices(String node) Returns the node's registered servicesConsulClient.rxCatalogNodeServicesWithOptions(String node, BlockingQueryOptions options) Returns the node's registered services This is blocking query unlikeConsulClient.catalogNodeServices(String)ConsulClient.rxCatalogServiceNodes(String service) Returns the nodes providing a serviceConsulClient.rxCatalogServiceNodesWithOptions(String service, ServiceQueryOptions options) Returns the nodes providing a serviceConsulClient.rxCatalogServices()Returns the services registered in a datacenterConsulClient.rxCatalogServicesWithOptions(BlockingQueryOptions options) Returns the services registered in a datacenter This is blocking query unlikeConsulClient.catalogServices()static Watch<ServiceList> CreatesWatchto monitoring the list of available services.static Watch<ServiceList> Watch.services(Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring the list of available services.