UNPKG

@nivinjoseph/n-eda

Version:

Event Driven Architecture framework

11 lines 379 B
// // public export {}; // export type EventInfo = { // readonly topic: string; // readonly partition: number; // readonly partitionKey: string; // readonly eventName: string; // readonly eventId: string; // }; // export type ConsumerTracer = (eventInfo: EventInfo, next: () => Promise<void>) => Promise<void>; //# sourceMappingURL=event-handler-tracer.js.map