Skip navigation links

Package com.launchdarkly.sdk.server.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.sdk.server.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 the configuration builders for the standard SDK components such as StreamingDataSourceBuilder, the PersistentDataStoreBuilder builder for use with database integrations (the specific database integrations themselves are provided by add-on libraries), and FileData (for reading flags from a file in testing).

Skip navigation links