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

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

There is a newer version: 7.6.0
Show newest version
/**
 * Interfaces for implementation of LaunchDarkly SDK components.
 * 

* Most applications will not need to refer to these types. You will use them if you are creating a * plugin component, such as a database integration. They are also used as interfaces for the built-in * SDK components, so that plugin components can be used interchangeably with those: for instance, the * configuration method {@link com.launchdarkly.sdk.server.LDConfig.Builder#dataStore(ComponentConfigurer)} * references {@link com.launchdarkly.sdk.server.subsystems.DataStore} as an abstraction for the data * store component. *

* The package also includes concrete types that are used as parameters within these interfaces. */ package com.launchdarkly.sdk.server.subsystems;





© 2015 - 2025 Weber Informatics LLC | Privacy Policy