BSB Config Controller
This class is responsible for managing the configuration in the BSB framework. If you have a specific way of managing configuration, you can extend this class and then use your own class when creating the ServiceBase instance.
Dispose config subsystem
API: SBConfig.dispose
Set the active config plugin implementation
API: SBConfig.setConfigPlugin
Initialize config plugin (default or loaded)
API: SBConfig.init
BSB Config Controller
This class is responsible for managing the configuration in the BSB framework. If you have a specific way of managing configuration, you can extend this class and then use your own class when creating the ServiceBase instance.