UNPKG

@diy0r/nestjs-rabbitmq

Version:
5 lines (4 loc) 453 B
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;