MultipleInstance

data class MultipleInstance(val binderServiceHostManagerBuilders: List<IviServiceHostManagerBuilder.MultipleInstance>, val directServiceHostManagerBuilders: List<IviServiceHostManagerBuilder.MultipleInstance>, val autoRegister: Boolean = true) : RuntimeDeploymentConfig<IviServiceHostManagerBuilder.MultipleInstance>

A runtime deployment for multiple instance service hosts.

Multiple IVI instances can be mapped to a single runtime deployment config.

Constructors

Link copied to clipboard
fun MultipleInstance(binderServiceHostManagerBuilders: List<IviServiceHostManagerBuilder.MultipleInstance>, directServiceHostManagerBuilders: List<IviServiceHostManagerBuilder.MultipleInstance>, autoRegister: Boolean = true)

Properties

Link copied to clipboard
open override val autoRegister: Boolean = true

When true, this runtime deployment configuration is automatically registered when needed.

Link copied to clipboard

IVI service host manager builders that will use the binder connection type.

Link copied to clipboard

IVI service host manager builders that will use the direct connection type.

Inherited properties