Skip navigation links

Package com.launchdarkly.client.integrations

This package contains integration tools for connecting the SDK to other software components, or configuring how it connects to LaunchDarkly.

See: Description

Package com.launchdarkly.client.integrations Description

This package contains integration tools for connecting the SDK to other software components, or configuring how it connects to LaunchDarkly.

In the current main LaunchDarkly Java SDK library, this package contains Redis (for using Redis as a store for flag data) and FileData (for reading flags from a file in testing). Other SDK add-on libraries, such as database integrations, will define their classes in com.launchdarkly.client.integrations as well.

The general pattern for factory methods in this package is ToolName#componentType(), such as Redis#dataStore() or FileData#dataSource().

Skip navigation links