Package wisp. launchdarkly
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class LaunchDarklyConfig @JvmOverloads constructor(sdk_key: String, base_uri: String, ssl: HttpClientSSLConfig?, offline: Boolean) : Config
Content copied to clipboard
Link copied to clipboard
class LaunchDarklyDynamicConfig(featureFlags: FeatureFlags) : DynamicConfig
Content copied to clipboard
Link copied to clipboard
class LaunchDarklyFeatureFlags @JvmOverloads constructor(ldClient: LDClientInterface, moshi: Moshi, meterRegistry: MeterRegistry) : FeatureFlags
Content copied to clipboard
Implementation of FeatureFlags using LaunchDarkly's Java SDK. See https://docs.launchdarkly.com/docs/java-sdk-reference documentation.