Uses of Class
io.vertx.ext.consul.Check
Packages that use Check
-
Uses of Check in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return CheckModifier and TypeMethodDescriptionSet the ID of checkSet the name of checkSet the name of nodeSet the human-readable note of checkSet the output of checkCheck.setServiceId(String serviceId) Set the ID of service with which this check associatedCheck.setServiceName(String serviceName) Set the name of service with which this check associatedCheck.setStatus(CheckStatus status) Set the status of checkMethods in io.vertx.ext.consul that return types with arguments of type CheckModifier and TypeMethodDescriptionServiceEntry.getChecks()Get list of checksCheckList.getList()Get list of checksConsulClient.localChecks()Return all the checks that are registered with the local agent.Method parameters in io.vertx.ext.consul with type arguments of type CheckModifier and TypeMethodDescriptionSet list of checksSet list of checksConstructors in io.vertx.ext.consul with parameters of type Check -
Uses of Check in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul that return types with arguments of type CheckModifier and TypeMethodDescriptionConsulClient.localChecks()Return all the checks that are registered with the local agent.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 CheckModifier and TypeMethodDescriptionConsulClient.localChecks()Return all the checks that are registered with the local agent.ConsulClient.rxLocalChecks()Return all the checks that are registered with the local agent.