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

com.launchdarkly.client.consul.ConsulComponents Maven / Gradle / Ivy

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

/**
 * Entry point for using the Consul feature store.
 */
public abstract class ConsulComponents {
  /**
   * Creates a builder for a Consul feature store. You can modify any of the store's properties with
   * {@link ConsulFeatureStoreBuilder} methods before adding it to your client configuration with
   * {@link com.launchdarkly.client.LDConfig.Builder#featureStoreFactory(com.launchdarkly.client.FeatureStoreFactory)}.
   * 
   * @return the builder
   */
  public static ConsulFeatureStoreBuilder consulFeatureStore() {
    return new ConsulFeatureStoreBuilder();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy