open fun localChecks(resultHandler: Handler<AsyncResult<MutableList<Check>>>): ConsulClient
Return all the checks that are registered with the local agent.
resultHandler - will be provided with list of checks
Return
reference to this, for fluency