Hosts Service

@Autowired
constructor(hostsRepository: HostsRepository, eventsService: HostEventsService, servicesService: HostServicesService)

Constructor used to init the service

Parameters

hostsRepository

The instance used to access to the HOSTS_KEY table

eventsService

The support service used to manage the host events data

servicesService

The support service used to manage the services data