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

rxFailCheck

open fun rxFailCheck(checkId: String): Single<Void>

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

Parameters

checkId - the ID of check

Return