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

rxUpdateCheck

open fun rxUpdateCheck(checkId: String, status: CheckStatus): Single<Void>

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

Parameters

checkId - the ID of check

status - new status of check

Return