Uses of Class
io.vertx.ext.consul.Check
-
Packages that use Check Package Description io.vertx.ext.consul io.vertx.reactivex.ext.consul io.vertx.rxjava3.ext.consul -
-
Uses of Check in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return Check Modifier and Type Method Description Check
Check. setId(String id)
Set the ID of checkCheck
Check. setName(String name)
Set the name of checkCheck
Check. setNode(String node)
Set the name of nodeCheck
Check. setNodeName(String nodeName)
Deprecated.Check
Check. setNotes(String notes)
Set the human-readable note of checkCheck
Check. setOutput(String output)
Set the output of checkCheck
Check. setServiceId(String serviceId)
Set the ID of service with which this check associatedCheck
Check. setServiceName(String serviceName)
Set the name of service with which this check associatedCheck
Check. setStatus(CheckStatus status)
Set the status of checkMethods in io.vertx.ext.consul that return types with arguments of type Check Modifier and Type Method Description List<Check>
ServiceEntry. getChecks()
Get list of checksList<Check>
CheckList. getList()
Get list of checksFuture<List<Check>>
ConsulClient. localChecks()
Return all the checks that are registered with the local agent.Method parameters in io.vertx.ext.consul with type arguments of type Check Modifier and Type Method Description ServiceEntry
ServiceEntry. setChecks(List<Check> checks)
Set list of checksCheckList
CheckList. setList(List<Check> list)
Set list of checksConstructors in io.vertx.ext.consul with parameters of type Check Constructor Description Check(Check other)
Copy constructor -
Uses of Check in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul that return types with arguments of type Check Modifier and Type Method Description Future<List<Check>>
ConsulClient. localChecks()
Return all the checks that are registered with the local agent.Single<List<Check>>
ConsulClient. rxLocalChecks()
Return all the checks that are registered with the local agent. -
Uses of Check in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul that return types with arguments of type Check Modifier and Type Method Description Single<List<Check>>
ConsulClient. localChecks()
Return all the checks that are registered with the local agent.Single<List<Check>>
ConsulClient. rxLocalChecks()
Return all the checks that are registered with the local agent.
-