
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
/**
* Types that are part of the public API, but are not needed for basic use of the SDK.
*
* Types in this namespace include:
*
* - The interface {@link com.launchdarkly.sdk.server.interfaces.LDClientInterface}, which
* allow the SDK client to be referenced via an interface rather than the concrete type
* {@link com.launchdarkly.sdk.server.LDClient}.
* - Interfaces like {@link com.launchdarkly.sdk.server.interfaces.FlagTracker} that provide a
* facade for some part of the SDK API; these are returned by methods like
* {@link com.launchdarkly.sdk.server.LDClient#getFlagTracker()}.
* - Concrete types that are used as parameters within these interfaces, like
* {@link com.launchdarkly.sdk.server.interfaces.FlagChangeEvent}.
*
*/
package com.launchdarkly.sdk.server.interfaces;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy