RuntimeConfigurator
interface RuntimeConfigurator
Interface to configure the IVI application runtime.
Functions
Link copied to clipboard
Shorthand to deploy all service hosts in the main process. Equivalent to:
Link 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>)
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.