Uses of Class
io.vertx.ext.consul.ServiceEntry
-
Packages that use ServiceEntry Package Description io.vertx.ext.consul -
-
Uses of ServiceEntry in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return ServiceEntry Modifier and Type Method Description ServiceEntry
ServiceEntry. setChecks(List<Check> checks)
Set list of checksServiceEntry
ServiceEntry. setNode(Node node)
Set nodeServiceEntry
ServiceEntry. setService(Service service)
Set serviceMethods in io.vertx.ext.consul that return types with arguments of type ServiceEntry Modifier and Type Method Description List<ServiceEntry>
ServiceEntryList. getList()
Get list of servicesList<ServiceEntry>
PreparedQueryExecuteResponse. getNodes()
Get the list of healthy nodes providing the given service, as specified by the constraints of the prepared query.Method parameters in io.vertx.ext.consul with type arguments of type ServiceEntry Modifier and Type Method Description ServiceEntryList
ServiceEntryList. setList(List<ServiceEntry> list)
Set list of servicesPreparedQueryExecuteResponse
PreparedQueryExecuteResponse. setNodes(List<ServiceEntry> nodes)
Set the list of healthy nodes providing the given service, as specified by the constraints of the prepared query.Constructors in io.vertx.ext.consul with parameters of type ServiceEntry Constructor Description ServiceEntry(ServiceEntry other)
Copy constructor
-