configureGlobalRuntimeDeploymentIfPresent

abstract fun configureGlobalRuntimeDeploymentIfPresent(serviceHost: IviServiceHostConfig, action: Action<RuntimeDeploymentConfigurator.Global>)

Registers the given action to configure a global runtime deployment configuration if the given serviceHost is deployed as part of a global runtime deployment.

The action is executed if the serviceHost is deployed as part of the global runtime deployment through RuntimeDeploymentConfigurator.applyDefaultDeployments.