Performance Data Fetcher

constructor(applicationId: String, platformName: String, filters: JsonHelper, performanceRepository: PerformanceRepository)

Constructor to init the PerformanceDataFetcher

Parameters

applicationId

The identifier of the application

platformName

The name of the platform

filters

Helper to manage the json data

performanceRepository

The repository used to retrieve the performance data from the database