UNPKG

eventstore-interconnect

Version:
7 lines (6 loc) 352 B
import { DynamicModule, Type } from '@nestjs/common'; import { InterconnectionConfiguration } from './model'; import { SafetyNet } from './safety-net'; export declare class EventstoreInterconnectModule { static connectToSrcAndDest(configuration: InterconnectionConfiguration, allowedEvents: any, customStrategy?: Type<SafetyNet>): DynamicModule; }