com.launchdarkly.sdk.server.interfaces.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of launchdarkly-java-server-sdk Show documentation
Show all versions of launchdarkly-java-server-sdk Show documentation
Official LaunchDarkly SDK for Java
/**
* 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;