Interface CustomDataSourceOptions

This data source will allow developers to define their own composite data source

Hierarchy

  • CustomDataSourceOptions

Properties

dataSourceOptionsType: "custom"
initializers: InitializerDataSource[]

Ordered list of InitializerDataSource that will run in order. The first initializer that successfully returns a valid payload will transition the sdk out of intialization stage into the synchronization stage.

synchronizers: SynchronizerDataSource[]

Order list of SynchronizerDataSource in priority order. Datasources will failover to the next datasource in this array until there are no datasources left to run.

Generated using TypeDoc