vertx / io.vertx.ext.healthchecks / Status / OK

OK

open static fun OK(): Status

Creates a status when everything is fine.

Return
the created Status

open static fun OK(data: JsonObject): Status

Creates a status when everything is fine and adds metadata.

Return
the created Status