ignoreIncompleteDeployment

abstract var ignoreIncompleteDeployment: Boolean

If true, incomplete deployments are ignored.

A deployment is considered incomplete when a service interface is not implemented by any service host and is then required by another service host.

Note: Integration tests need to set this to true when a service host is mocked during test execution.