configureGlobalRuntimeDeploymentIfAllPresent

abstract fun configureGlobalRuntimeDeploymentIfAllPresent(serviceHosts: Set<IviServiceHostConfig>, action: Action<RuntimeDeploymentConfigurator.Global>)

Configures what is configured by action as global runtime deployment configuration if all given serviceHosts are deployed as part of a global runtime deployment.

The configured global runtime deployment configuration is applied if the serviceHosts are deployed as part of the global runtime deployment through RuntimeDeploymentConfigurator.applyDefaultDeployments.

Note: The action may be executed even if the serviceHosts are not deployed in any global runtime deployment.