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

failCheckWithNoteAwait

suspend fun ConsulClient.failCheckWithNoteAwait(checkId: String, note: String): Unit

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

Parameters

checkId - the ID 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.