Optional
allOptional
allCalled 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-config
json 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
dispose
on the result object of the interpret function by the DomainSystem.Interpretation order:
domains-system/Config/domainBundleOrder
are interpreted in the listed order, one after the other.allInitialOrderedBundlesInterpreted
is called on each interpreter.allInitialBundlesInterpreted
is called on each interpreter.Example