OptionalallOptionalallCalled by domain system if a domain bundle should be interpreted.
the 'domain-config' element to interpret.
additional information for the interpreter.
a disposable. This is responsible to clean up resources on domain-bundle stop.
A ConfigFragmentInterpreter interprets one of the keys of the
domain-configjson of a bundle.ConfigFragmentInterpreters are responsible for cleaning up the created resources, if a domain bundle is stopped. Stopping a domain-bundle will result in a call to
disposeon the result object of the interpret function by the DomainSystem.Interpretation order:
domains-system/Config/domainBundleOrderare interpreted in the listed order, one after the other.allInitialOrderedBundlesInterpretedis called on each interpreter.allInitialBundlesInterpretedis called on each interpreter.Example