replace

abstract fun replace(old: FrontendConfig, new: FrontendConfig)

Replaces old with new in the IVI instance configuration.

The given old frontend must be present in the IVI instance configuration. old is matched against existing frontend instances based on its FrontendConfig.frontendBuilderName, FrontendConfig.implementationModule and FrontendConfig.subPackageName property values.