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

io.featurehub.client.FeatureHubClientFactory Maven / Gradle / Ivy

package io.featurehub.client;

public interface FeatureHubClientFactory {
  /**
   * allows the creation of a new edge service without knowing about the underlying implementation.
   * depending on which library is included, this will automatically be created.
   *
   * @param url - the full edge url
   * @return
   */
  ObjectSupplier createEdgeService(FeatureHubConfig url, FeatureStore repository);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy