suspend fun HealthChecks.invokeAwait(name: String): JsonObject
Invokes the registered procedure with the given name and sub-procedures. It computes the overall outcome.
resultHandler
- the result handler, must not be null. The handler received an marked as failed if the procedure with the given name cannot be found or invoked.
Returnthe
current io.vertx.ext.healthchecks.HealthChecks *