Host Services Service

@Autowired
constructor(servicesRepository: HostServicesRepository, hostEventsService: HostEventsService, configurationsService: ServicesConfigurationsService, serviceEvents: HostServiceEventsService)

Constructor used to init the service

Parameters

servicesRepository

The instance used to access to the SERVICES_KEY table

hostEventsService

The support service used to manage the host events data

configurationsService

The support service used to manage the service configurations data

serviceEvents

The support service used to manage the service events data