vertx / io.vertx.kotlin.ext.consul / io.vertx.ext.consul.ConsulClient / updateCheckAwait

updateCheckAwait

suspend fun ConsulClient.updateCheckAwait(checkId: String, status: CheckStatus): Unit

Suspending version of method io.vertx.ext.consul.ConsulClient.updateCheck

Parameters

checkId - the ID of check

status -

new status of check

NOTE: This function has been automatically generated from io.vertx.ext.consul.ConsulClient using Vert.x codegen.