vertx / io.vertx.reactivex.ext.consul / ConsulClient / healthState

healthState

open fun healthState(checkStatus: CheckStatus, resultHandler: Handler<AsyncResult<CheckList>>): ConsulClient

Returns the checks in the specified status

Parameters

checkStatus - the check status

resultHandler - will be provided with list of checks

Return
reference to this, for fluency