Converts declarative InitializerEntry and SynchronizerEntry descriptors from the mode table into concrete InitializerFactory and SynchronizerSlot instances that the FDv2DataSource orchestrator can use.

Hierarchy

  • SourceFactoryProvider

Methods

  • Create an initializer factory from an initializer entry descriptor. Returns undefined if the entry type is not supported.

    Parameters

    Returns undefined | InitializerFactory

  • Create a synchronizer slot from a synchronizer entry descriptor. Returns undefined if the entry type is not supported.

    Parameters

    Returns undefined | SynchronizerSlot

Generated using TypeDoc