deployServiceHost

abstract fun deployServiceHost(host: IviServiceHostConfig): IviServiceHostDeploymentConfigurator

Deploys the given host in this deployment with the default deployment configuration.

The default deployment configuration can be overridden through the returned IviServiceHostDeploymentConfigurator instance.

Any deployment configuration associated to the given host is not applied. To apply the deployment configuration associated to the given host, use applyDefaultDeployment instead.