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

com.launchdarkly.client.FeatureStoreFactory Maven / Gradle / Ivy

There is a newer version: 4.61
Show newest version
package com.launchdarkly.client;

/**
 * Interface for a factory that creates some implementation of {@link FeatureStore}.
 * @see Components
 * @since 4.0.0
 */
public interface FeatureStoreFactory {
  /**
   * Creates an implementation instance.
   * @return a {@link FeatureStore}
   */
  FeatureStore createFeatureStore();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy