UNPKG

eventstore-interconnect

Version:
8 lines (7 loc) 363 B
import { DynamicModule, Type } from '@nestjs/common'; import { InterconnectionConfiguration, SafetyNet } from '..'; export declare class DriverModule { static get(configuration: InterconnectionConfiguration, customSafetyNetStrategy?: Type<SafetyNet>): DynamicModule; private static getNextEventStoreDriver; private static getLegacyEventStoreDriver; }