Skip to content

Commit fadcbdd

Browse files
fix: Improve docs
1 parent f408096 commit fadcbdd

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ A NestJS library for managing asynchronous and synchronous messages (service bus
1818
- **Extensibility**: Creating new channels is straightforward, allowing developers to expand and integrate with external systems or protocols effortlessly.
1919
- **Concurrent Handler Execution**: Messages dispatched to multiple handlers are processed concurrently, improving performance and responsiveness across your system.
2020

21+
## Channels
22+
- [Redis channel adapter](https://www.npmjs.com/package/@nestjstools/messaging-redis-extension)
23+
- [RabbitMQ channel adapter](https://www.npmjs.com/package/@nestjstools/messaging-rabbitmq-extension)
24+
- [Amazon SQS channel adapter](https://www.npmjs.com/package/@nestjstools/messaging-amazon-sqs-extension)
25+
- [Google PubSub channel Adapter](https://www.npmjs.com/package/@nestjstools/messaging-google-pubsub-extension)
26+
- [Nats channel Adapter](https://www.npmjs.com/package/@nestjstools/messaging-nats-extension)
27+
2128
---
2229

2330
## Documentation
@@ -591,9 +598,3 @@ Classes with `Injectable()` decorator must be defined as providers in somewhere
591598
592599
### Future features
593600
* INBOX & OUTBOX Pattern
594-
595-
### Links
596-
- [Redis channel adapter](https://www.npmjs.com/package/@nestjstools/messaging-redis-extension)
597-
- [RabbitMQ channel adapter](https://www.npmjs.com/package/@nestjstools/messaging-rabbitmq-extension)
598-
- [Amazon SQS channel adapter](https://www.npmjs.com/package/@nestjstools/messaging-amazon-sqs-extension)
599-
- [Google PubSub channel Adapter](https://www.npmjs.com/package/@nestjstools/messaging-google-pubsub-extension)

0 commit comments

Comments
 (0)