Global

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

A runtime deployment for global IVI service hosts.

Constructors

Link copied to clipboard
constructor(binderServiceHostManagerBuilders: List<IviServiceHostManagerBuilder.Global>, 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.