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

updateCheckWithNoteAwait

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

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

Parameters

checkId - the ID of check

status - new status of check

note -

specifies a human-readable message. This will be passed through to the check's Output field.

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