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

com.launchdarkly.sdk.server.interfaces.package-info Maven / Gradle / Ivy

There is a newer version: 7.5.0
Show newest version
/**
 * The package for interfaces that allow customization of LaunchDarkly components, and interfaces
 * to other advanced SDK features. 
 * 

* Most applications will not need to refer to these types. You will use them if you are creating a * plug-in component, such as a database integration, or if you use advanced features such as * {@link com.launchdarkly.sdk.server.interfaces.LDClientInterface#getDataStoreStatusProvider()} or * {@link com.launchdarkly.sdk.server.interfaces.LDClientInterface#getFlagTracker()}. */ package com.launchdarkly.sdk.server.interfaces;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy