configureMultipleInstanceRuntimeDeploymentIfAllPresent
abstract fun configureMultipleInstanceRuntimeDeploymentIfAllPresent(serviceHosts: Set<IviServiceHostConfig>, action: Action<RuntimeDeploymentConfigurator.MultipleInstance>)
Content copied to clipboard
Registers the given action to configure a multiple instance runtime deployment configuration if the given serviceHosts are all deployed as part of a multiple instance runtime deployment.
The action is executed if all serviceHosts are deployed as part of the multiple instance runtime deployment through RuntimeDeploymentConfigurator.applyDefaultDeployments.