Uses of Class
io.vertx.ext.consul.ServiceEntryList
Packages that use ServiceEntryList
-
Uses of ServiceEntryList in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return ServiceEntryListModifier and TypeMethodDescriptionServiceEntryList.setIndex(long index) Set Consul index, a unique identifier representing the current state of the requested list of servicesServiceEntryList.setList(List<ServiceEntry> list) Set list of servicesMethods in io.vertx.ext.consul that return types with arguments of type ServiceEntryListModifier and TypeMethodDescriptionConsulClient.healthServiceNodes(String service, boolean passing) Returns the nodes providing the service.ConsulClient.healthServiceNodesWithOptions(String service, boolean passing, ServiceQueryOptions options) Returns the nodes providing the service.static Watch<ServiceEntryList> CreatesWatchto monitoring the nodes providing the service.static Watch<ServiceEntryList> Watch.service(String service, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring the nodes providing the service.Constructors in io.vertx.ext.consul with parameters of type ServiceEntryList -
Uses of ServiceEntryList in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul that return types with arguments of type ServiceEntryListModifier and TypeMethodDescriptionConsulClient.healthServiceNodes(String service, boolean passing) Returns the nodes providing the service.ConsulClient.healthServiceNodesWithOptions(String service, boolean passing, ServiceQueryOptions options) Returns the nodes providing the service.ConsulClient.rxHealthServiceNodes(String service, boolean passing) Returns the nodes providing the service.ConsulClient.rxHealthServiceNodesWithOptions(String service, boolean passing, ServiceQueryOptions options) Returns the nodes providing the service.static Watch<ServiceEntryList> CreatesWatchto monitoring the nodes providing the service.static Watch<ServiceEntryList> Watch.service(String service, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring the nodes providing the service. -
Uses of ServiceEntryList in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul that return types with arguments of type ServiceEntryListModifier and TypeMethodDescriptionConsulClient.healthServiceNodes(String service, boolean passing) Returns the nodes providing the service.ConsulClient.healthServiceNodesWithOptions(String service, boolean passing, ServiceQueryOptions options) Returns the nodes providing the service.ConsulClient.rxHealthServiceNodes(String service, boolean passing) Returns the nodes providing the service.ConsulClient.rxHealthServiceNodesWithOptions(String service, boolean passing, ServiceQueryOptions options) Returns the nodes providing the service.static Watch<ServiceEntryList> CreatesWatchto monitoring the nodes providing the service.static Watch<ServiceEntryList> Watch.service(String service, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring the nodes providing the service.