open fun healthState(checkStatus: CheckStatus, resultHandler: Handler<AsyncResult<CheckList>>): ConsulClient
Returns the checks in the specified status
checkStatus - the check status
resultHandler - will be provided with list of checks
Return
reference to this, for fluency