RuntimeConfigurator
Interface to configure the IVI application runtime.
Properties
Functions
Link copied to clipboard
Shorthand to deploy all service hosts in the main process. Equivalent to:
Link copied to clipboard
abstract fun globalDeployments(action: Action<RuntimeDeploymentContainer.Global>)
Content copied to clipboard
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>)
Content copied to clipboard
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.