Global

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

A runtime deployment for global IVI service hosts.

Constructors

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

Link copied to clipboard

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

Inherited properties