Uses of Class
io.vertx.ext.consul.ServiceEntryList
-
Packages that use ServiceEntryList Package Description io.vertx.ext.consul io.vertx.reactivex.ext.consul io.vertx.rxjava3.ext.consul -
-
Uses of ServiceEntryList in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return ServiceEntryList Modifier and Type Method Description ServiceEntryList
ServiceEntryList. setIndex(long index)
Set Consul index, a unique identifier representing the current state of the requested list of servicesServiceEntryList
ServiceEntryList. 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 Future<ServiceEntryList>
ConsulClient. healthServiceNodes(String service, boolean passing)
Returns the nodes providing the service.Future<ServiceEntryList>
ConsulClient. healthServiceNodesWithOptions(String service, boolean passing, ServiceQueryOptions options)
Returns the nodes providing the service.static Watch<ServiceEntryList>
Watch. service(String service, Vertx vertx)
CreatesWatch
to monitoring the nodes providing the service.static Watch<ServiceEntryList>
Watch. service(String service, Vertx vertx, ConsulClientOptions options)
CreatesWatch
to monitoring the nodes providing the service.Constructors in io.vertx.ext.consul with parameters of type ServiceEntryList Constructor Description ServiceEntryList(ServiceEntryList other)
Copy constructor -
Uses of ServiceEntryList in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul that return types with arguments of type ServiceEntryList Modifier and Type Method Description Future<ServiceEntryList>
ConsulClient. healthServiceNodes(String service, boolean passing)
Returns the nodes providing the service.Future<ServiceEntryList>
ConsulClient. healthServiceNodesWithOptions(String service, boolean passing, ServiceQueryOptions options)
Returns the nodes providing the service.Single<ServiceEntryList>
ConsulClient. rxHealthServiceNodes(String service, boolean passing)
Returns the nodes providing the service.Single<ServiceEntryList>
ConsulClient. rxHealthServiceNodesWithOptions(String service, boolean passing, ServiceQueryOptions options)
Returns the nodes providing the service.static Watch<ServiceEntryList>
Watch. service(String service, Vertx vertx)
CreatesWatch
to monitoring the nodes providing the service.static Watch<ServiceEntryList>
Watch. service(String service, Vertx vertx, ConsulClientOptions options)
CreatesWatch
to 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 ServiceEntryList Modifier and Type Method Description Single<ServiceEntryList>
ConsulClient. healthServiceNodes(String service, boolean passing)
Returns the nodes providing the service.Single<ServiceEntryList>
ConsulClient. healthServiceNodesWithOptions(String service, boolean passing, ServiceQueryOptions options)
Returns the nodes providing the service.Single<ServiceEntryList>
ConsulClient. rxHealthServiceNodes(String service, boolean passing)
Returns the nodes providing the service.Single<ServiceEntryList>
ConsulClient. rxHealthServiceNodesWithOptions(String service, boolean passing, ServiceQueryOptions options)
Returns the nodes providing the service.static Watch<ServiceEntryList>
Watch. service(String service, Vertx vertx)
CreatesWatch
to monitoring the nodes providing the service.static Watch<ServiceEntryList>
Watch. service(String service, Vertx vertx, ConsulClientOptions options)
CreatesWatch
to monitoring the nodes providing the service.
-