vertx / io.vertx.kotlin.ext.healthchecks / io.vertx.ext.healthchecks.HealthChecks / invokeAwait

invokeAwait

suspend fun HealthChecks.invokeAwait(name: String): JsonObject

Invokes the registered procedure with the given name and sub-procedures. It computes the overall outcome.

Parameters

name -

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 *