open fun healthChecksWithOptions(service: String, options: CheckQueryOptions, resultHandler: Handler<AsyncResult<CheckList>>): ConsulClient
Returns the checks associated with the service
options - options used to request checks
resultHandler - will be provided with list of checks
Return
reference to this, for fluency