@logistically/events-nestjs
Version:
NestJS integration for @logistically/events v3 - Event-driven architecture with Redis Streams
5 lines (4 loc) • 373 B
TypeScript
import { NestJSEventSubscriberOptions } from '../types/config.types';
export declare const EVENT_SUBSCRIBER_METADATA = "event:subscriber";
export declare function EventSubscriber(options: NestJSEventSubscriberOptions): MethodDecorator;
export declare function getEventSubscriberMetadata(target: any, propertyKey: string | symbol): NestJSEventSubscriberOptions | undefined;