Class DataSystemComponents
Components for use with the data system.
This class is not stable, and not subject to any backwards compatibility guarantees or semantic versioning. It is not suitable for production usage. Do not use it. You have been warned.
Inherited Members
Namespace: LaunchDarkly.Sdk.Server.Integrations
Assembly: LaunchDarkly.ServerSdk.dll
Syntax
public static class DataSystemComponents
Methods
| Edit this page View SourceFDv1Polling()
Get a builder for a FDv1 compatible polling data source.
Declaration
public static PollingDataSourceBuilder FDv1Polling()
Returns
| Type | Description |
|---|---|
| PollingDataSourceBuilder | the FDv1 compatible polling data source. |
Polling()
Get a builder for a polling data source.
Declaration
public static FDv2PollingDataSourceBuilder Polling()
Returns
| Type | Description |
|---|---|
| FDv2PollingDataSourceBuilder | the polling data source builder |
Streaming()
Get a builder for a streaming data source.
Declaration
public static FDv2StreamingDataSourceBuilder Streaming()
Returns
| Type | Description |
|---|---|
| FDv2StreamingDataSourceBuilder | the streaming data source builder |