Uses of Class
io.vertx.ext.consul.ServiceEntryList
-
Packages that use ServiceEntryList Package Description io.vertx.ext.consul -
-
Uses of ServiceEntryList in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return ServiceEntryList Modifier and Type Method Description ServiceEntryListServiceEntryList. setIndex(long index)Set Consul index, a unique identifier representing the current state of the requested list of servicesServiceEntryListServiceEntryList. setList(List<ServiceEntry> list)Set list of servicesMethods in io.vertx.ext.consul that return types with arguments of type ServiceEntryList Modifier and Type Method Description io.vertx.core.Future<ServiceEntryList>ConsulClient. healthServiceNodes(String service, boolean passing)Returns the nodes providing the service.io.vertx.core.Future<ServiceEntryList>ConsulClient. healthServiceNodesWithOptions(String service, boolean passing, ServiceQueryOptions options)Returns the nodes providing the service.static Watch<ServiceEntryList>Watch. service(String service, io.vertx.core.Vertx vertx)CreatesWatchto monitoring the nodes providing the service.static Watch<ServiceEntryList>Watch. service(String service, io.vertx.core.Vertx vertx, ConsulClientOptions options)CreatesWatchto monitoring the nodes providing the service.Constructors in io.vertx.ext.consul with parameters of type ServiceEntryList Constructor Description ServiceEntryList(ServiceEntryList other)Copy constructor
-