io.featurehub.client.FeatureHubClientFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client-core Show documentation
Show all versions of java-client-core Show documentation
Shared core of featurehub client.
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