Takes an IEngineConfiguration instance and return an IResolvedEngineConfiguration.
This means all system names within the configuration will be resolved to their associated instances.
If the given configuration includes event actions, then those will be registered in the given ActionRegistryEventbusListener.
Takes an
IEngineConfiguration
instance and return anIResolvedEngineConfiguration
. This means all system names within the configuration will be resolved to their associated instances.If the given configuration includes event actions, then those will be registered in the given
ActionRegistryEventbusListener
.