AnalyticalBackendFactory
Home > @gooddata/sdk-backend-spi > AnalyticalBackendFactory
AnalyticalBackendFactory type
Factory function to create new instances of Analytical Backend realization using both platform agnostic and platform specific configuration.
Signature:
export type AnalyticalBackendFactory = (config?: IAnalyticalBackendConfig, implConfig?: any) => IAnalyticalBackend;
References: IAnalyticalBackendConfig, IAnalyticalBackend
Remarks
This factory function implementation MUST be exposed as the default export of packages which contain realizations of the Analytical Backend SPI.