Configuration Service
Introduction
The Assemble Configuration Service is in charge of handling the Configuration retrieval based on the Application segmentation values.
The Configuration service is in charge of defining the behavior of the Assemble client-side applications, like when the search should be triggered, how often we need to store a playback bookmark, if we enable or disable an experimental feature or provide crucial data to the project service implementations.
The Existing Control Configuration Provider is a singleton class due to the nature of the Control SDK.
Current Interface definition can be accessed by going to Config.ts on github