Skip to content

SudoSOS Back-end API / internal / sync-service-factory

Internal: Sync Service Factory ​

This is the module page of the sync-service-factory.

Classes ​

ClassDescription
SyncServiceFactoryAbstract factory class for creating and initializing sync services. Centralizes the logic for determining which sync services to create based on environment variables and configuration.

Interfaces ​

InterfaceDescription
SyncServiceFactoryOptions-

Type Aliases ​

Type AliasDescription
SyncServiceTypeGeneric sync service type identifier. Concrete factories should define their own specific service types.