Updates Service

@Autowired
constructor(updatesRepository: UpdatesRepository, changelogsNotifier: ChangelogsNotifier, updateEventsNotifier: UpdateEventsNotifier)

Constructor used to init the service

Parameters

updatesRepository

The instance for the updates repository

changelogsNotifier

The instance used to notify a changelog event

updateEventsNotifier

The notifier used to notify about an update event