Interface DataSourceBuilder<TDataSource>
- Type Parameters:
TDataSource- the type of data source component being built (e.g.InitializerorSynchronizer)
public interface DataSourceBuilder<TDataSource>
Interface for building FDv2 initializers and synchronizers.
This class is not stable, and not subject to any backwards compatibility guarantees or semantic versioning. It is in early access. If you want access to this feature please join the EAP. https://launchdarkly.com/docs/sdk/features/data-saving-mode
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbuild(DataSourceBuildInputs inputs) Builds a data source instance based on the provided inputs.
-
Method Details
-
build
Builds a data source instance based on the provided inputs.- Parameters:
inputs- the build inputs providing dependencies and configuration- Returns:
- the built data source instance
-