Uses of Class
io.vertx.ext.healthchecks.CheckResult
Packages that use CheckResult
Package
Description
-
Uses of CheckResult in io.vertx.ext.healthchecks
Methods in io.vertx.ext.healthchecks that return CheckResultModifier and TypeMethodDescriptionstatic CheckResultstatic CheckResultCheckResult.setChecks(List<CheckResult> checks) CheckResult.setFailure(Throwable failure) Methods in io.vertx.ext.healthchecks that return types with arguments of type CheckResultModifier and TypeMethodDescriptionHealthChecks.checkStatus()Invokes the registered procedures.HealthChecks.checkStatus(String name) Invokes the registered procedure with the given name and sub-procedures.CheckResult.getChecks()Methods in io.vertx.ext.healthchecks with parameters of type CheckResultMethod parameters in io.vertx.ext.healthchecks with type arguments of type CheckResultModifier and TypeMethodDescriptionstatic booleanCheckResult.isUp(Future<CheckResult> json) CheckResult.setChecks(List<CheckResult> checks) -
Uses of CheckResult in io.vertx.ext.web.healthchecks
Method parameters in io.vertx.ext.web.healthchecks with type arguments of type CheckResultModifier and TypeMethodDescriptionHealthCheckHandler.resultMapper(Function<CheckResult, Future<CheckResult>> resultMapper) Sets a function which will be invoked before theCheckResultgets written to clients.HealthCheckHandler.resultMapper(Function<CheckResult, Future<CheckResult>> resultMapper) Sets a function which will be invoked before theCheckResultgets written to clients. -
Uses of CheckResult in io.vertx.reactivex.ext.healthchecks
Methods in io.vertx.reactivex.ext.healthchecks that return types with arguments of type CheckResultModifier and TypeMethodDescriptionHealthChecks.checkStatus()Invokes the registered procedures.HealthChecks.checkStatus(String name) Invokes the registered procedure with the given name and sub-procedures.HealthChecks.rxCheckStatus()Invokes the registered procedures.HealthChecks.rxCheckStatus(String name) Invokes the registered procedure with the given name and sub-procedures. -
Uses of CheckResult in io.vertx.reactivex.ext.web.healthchecks
Method parameters in io.vertx.reactivex.ext.web.healthchecks with type arguments of type CheckResultModifier and TypeMethodDescriptionHealthCheckHandler.resultMapper(Function<CheckResult, Single<CheckResult>> resultMapper) Sets a function which will be invoked before the gets written to clients.HealthCheckHandler.resultMapper(Function<CheckResult, Single<CheckResult>> resultMapper) Sets a function which will be invoked before the gets written to clients.HealthCheckHandler.resultMapper(Function<CheckResult, Future<CheckResult>> resultMapper) Sets a function which will be invoked before the gets written to clients.HealthCheckHandler.resultMapper(Function<CheckResult, Future<CheckResult>> resultMapper) Sets a function which will be invoked before the gets written to clients. -
Uses of CheckResult in io.vertx.rxjava3.ext.healthchecks
Methods in io.vertx.rxjava3.ext.healthchecks that return types with arguments of type CheckResultModifier and TypeMethodDescriptionHealthChecks.checkStatus()Invokes the registered procedures.HealthChecks.checkStatus(String name) Invokes the registered procedure with the given name and sub-procedures.HealthChecks.rxCheckStatus()Invokes the registered procedures.HealthChecks.rxCheckStatus(String name) Invokes the registered procedure with the given name and sub-procedures. -
Uses of CheckResult in io.vertx.rxjava3.ext.web.healthchecks
Method parameters in io.vertx.rxjava3.ext.web.healthchecks with type arguments of type CheckResultModifier and TypeMethodDescriptionHealthCheckHandler.resultMapper(Function<CheckResult, Single<CheckResult>> resultMapper) Sets a function which will be invoked before the gets written to clients.HealthCheckHandler.resultMapper(Function<CheckResult, Single<CheckResult>> resultMapper) Sets a function which will be invoked before the gets written to clients.