Adding support to complex system startup
Changed
- BREAKING: Changed start method call from the Component interface to receive the system instance instead of
individual dependencies. This is to support more complex initialization scenarios.
Added
- Added
get_componentmethod toSystemclass for retrieving components by key from the system-map.