Class DataSystemComponents
Components for use with the data system.
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 |