vertx / io.vertx.rxjava.ext.consul / ConsulClient / rxWarnCheckWithNote

rxWarnCheckWithNote

open fun rxWarnCheckWithNote(checkId: String, note: String): Single<Void>

Set status of the check to "warning". Used with a check that is of the TTL type. The TTL clock will be reset.

Parameters

checkId - the ID of check

note - a human-readable message with the status of the check

Return