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