UNPKG

@logistically/events-nestjs

Version:

NestJS integration for @logistically/events v3 - Event-driven architecture with Redis Streams

5 lines (4 loc) 366 B
import { NestJSEventPublisherOptions } from '../types/config.types'; export declare const EVENT_PUBLISHER_METADATA = "event:publisher"; export declare function EventPublisher(options: NestJSEventPublisherOptions): MethodDecorator; export declare function getEventPublisherMetadata(target: any, propertyKey: string | symbol): NestJSEventPublisherOptions | undefined;