mq-java-exporter
mq-java-exporter copied to clipboard
Refactor Config class
- Rename the settings in the configuration yaml-file, in the README.md and in the Config class (for readability and extensibility)
- Group settings
- Implement the classes describing the exporter setting groups
- Implement automatic mapping of the file with settings in the configuration classes by the snakeyaml library
- Use these classes in the remaining exporter classes