onConfigurationLoaded

open fun onConfigurationLoaded(configuration: RootConfig)

Called when the configuration for the application is loaded. This is called before any service is started.

Note that this should not be used if your code could instead be placed in the start function of a service.