UNPKG

@nam088/nestjs-rabbitmq

Version:

A comprehensive RabbitMQ module for NestJS with decorator-based message handling

9 lines (8 loc) 357 B
export * from './inject-rabbitmq.decorator'; export * from './rabbit-controller.decorator'; export * from './rabbit-handler.decorator'; export * from './rabbit-message.decorator'; export * from './rabbit-payload.decorator'; export * from './rabbit-rpc.decorator'; export * from './rabbit-subscribe.decorator'; export * from './service-discovery.decorator';