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

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

There is a newer version: 3.3
Show newest version
package io.featurehub.client;

import java.util.function.Supplier;

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
   */
  Supplier createEdgeService(FeatureHubConfig url, FeatureStore repository);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy