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