UNPKG

@nestjstools/microservices-rabbitmq

Version:

Transport layer for NestJS Microservices with more configurations for RabbitMQ

3 lines (2 loc) 175 B
export declare const MessageHandler: (routingKey: string) => (target: any) => void; export declare const MessageBus: (name: string) => PropertyDecorator & ParameterDecorator;