All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.nosqlbench.nb.api.config.ConfigAware Maven / Gradle / Ivy

There is a newer version: 4.15.102
Show newest version
package io.nosqlbench.nb.api.config;

import java.util.Map;

public interface ConfigAware {
    void applyConfig(Map providedConfig);

    ConfigModel getConfigModel();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy