Just added custom application settings to Akka’s configuration file. Retrieving these settings is kind of a mission. This is the statement to retrieve a setting:
getContext().system().settings().config().getString("downloader.download.forceDelete")
Hmmm, putting these statements everywhere in my code does not feel right, does it? Continue reading