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

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

There is a newer version: 7.5.0
Show newest version
/**
 * 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 {@link com.launchdarkly.sdk.server.integrations.StreamingDataSourceBuilder}, * the {@link com.launchdarkly.sdk.server.integrations.PersistentDataStoreBuilder} builder for use with * database integrations (the specific database integrations themselves are provided by add-on libraries), * and {@link com.launchdarkly.sdk.server.integrations.FileData} (for reading flags from a file in testing). */ package com.launchdarkly.sdk.server.integrations;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy