@diy0r/nestjs-rabbitmq
Version:
Nestjs rabbitMQ module
5 lines (4 loc) • 453 B
TypeScript
import { IDescriptorRoute } from 'lib/interfaces';
export declare const reflectFunction: (event: string) => (target: any, propertyKey: string | symbol, descriptor: IDescriptorRoute) => void;
export declare function MessageRoute(event: string): (target: any, propertyKey: string | symbol, descriptor: IDescriptorRoute) => void;
export declare function MessageNonRoute(): (target: any, propertyKey: string | symbol, descriptor: IDescriptorRoute) => void;