hosts

abstract var hosts: List<IviServiceHostConfig>

The IVI service host implementations.

The default value contains the default set of IVI service hosts required for the default IVI application. This is equivalent to:

applyGroups { includeDefaultGroups() }

The defaults can be overwritten by reassigning this property. It is also possible to add a service host with addHost or remove a service host with removeHost.