
com.launchdarkly.sdk.server.subsystems.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of launchdarkly-java-server-sdk Show documentation
Show all versions of launchdarkly-java-server-sdk Show documentation
Official LaunchDarkly SDK for Java
/**
* 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