Start Services First Intents
Designers can specify a client start services first intent to require that before a referencing component can start, it must first wait until the provider component has started.
Start services first intents usually apply at reference that are wired to services. If you apply them to composites, wired references of the composite inherit them, as appropriate.
Administrator enforces the start services first intent only when the reference and service are distributed on the same node. If the target service of a reference is running on a different node, there is no guarantee that the target service is running before the component is started.
Qualifier | Description |
---|---|
none | When a component reference is wired to a component service, the provider component must start before the referencing component starts. Use this intent when a consumer might reference the provider soon after it starts. |