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

com.ctrip.framework.apollo.spi.ConfigFactoryManager Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package com.ctrip.framework.apollo.spi;

/**
 * @author Jason Song([email protected])
 */
public interface ConfigFactoryManager {
  /**
   * Get the config factory for the namespace.
   *
   * @param namespace the namespace
   * @return the config factory for this namespace
   */
  public ConfigFactory getFactory(String namespace);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy