![JAR search and dependency download from the Maven repository](/logo.png)
systems.dmx.config.ConfigCustomizer Maven / Gradle / Ivy
package systems.dmx.config;
import systems.dmx.core.Topic;
import systems.dmx.core.model.TopicModel;
public interface ConfigCustomizer {
TopicModel getConfigValue(Topic topic);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy