public interface ConfigurationPlugin
Plugin that is initiated after the configuration has been loaded.
-
Method Summary
-
Method Details
-
apply
Apply the plugin. Typically, a plugin might read configuration and do something and listen for configuration changes viaConfiguration.onChange(Consumer, String...).- Parameters:
configuration- The configuration that has been loaded including allConfigurationSource.
-