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

healthStateWithOptions

open fun healthStateWithOptions(checkStatus: CheckStatus, options: CheckQueryOptions, resultHandler: Handler<AsyncResult<CheckList>>): ConsulClient

Returns the checks in the specified status

Parameters

checkStatus - the check status

options - options used to request checks

resultHandler - will be provided with list of checks

Return
reference to this, for fluency