UNPKG

@logistically/events

Version:

A production-ready event-driven architecture library for NestJS with Redis Streams, comprehensive batching, reliable consumption, and enterprise-grade features.

12 lines (11 loc) 229 B
export interface EventRoute { pattern: RegExp; transport: string; prefix?: string; } declare const eventRoutingConfig: { default: string; routes: EventRoute[]; }; export default eventRoutingConfig; export {};