RuntimeConfigurator

interface RuntimeConfigurator

Interface to configure the IVI application runtime.

Properties

Link copied to clipboard
abstract var ignoreIncompleteDeployment: Boolean

If true, incomplete deployments are ignored.

Functions

Link copied to clipboard
abstract fun createMainProcessOnlyDeployment()

Shorthand to deploy all service hosts in the main process. Equivalent to:

Link copied to clipboard
abstract fun globalDeployments(action: Action<RuntimeDeploymentContainer.Global>)

Allows the configuration of global runtime deployments through the given action as a lambda. Only global IVI service hosts are deployed in global runtime deployments.

Link copied to clipboard
abstract fun multipleInstanceDeployments(action: Action<RuntimeDeploymentContainer.MultipleInstance>)

Allows the configuration of multiple instance runtime deployments through the given action as a lambda. Only multiple instance IVI service hosts are deployed in multiple instance runtime deployments.