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

io.scalecube.config.source.ConfigSource Maven / Gradle / Ivy

There is a newer version: 0.4.21.RC1
Show newest version
package io.scalecube.config.source;

import io.scalecube.config.ConfigProperty;
import java.util.Map;

/** Config source interface which represents specific provider of configuration properties. */
public interface ConfigSource {

  /** Loads all properties from the source. */
  Map loadConfig();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy