configureGlobalRuntimeDeploymentIfAllPresent

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

Registers the given action to configure a global runtime deployment configuration if the given serviceHosts are all deployed as part of a global runtime deployment.

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