UNPKG

@21jumpclick/service-messenger

Version:

Amqp lib to send and receive messages from different applications

4 lines (3 loc) 336 B
export declare function Amqp(eventName: string): (target: any, properyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor; export declare function Message(path?: string): (target: any, properyKey: string, index: number) => void; export declare function Origin(): (target: any, properyKey: string, index: number) => void;