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