-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Mostafa Biomee edited this page Oct 12, 2020
·
1 revision
This library contains helper-classes for working with message brokers . It contains the following items:
- The base-classes for Commands and Events.
- Interfaces that abstract functionality to publish and consume messages using a message-broker.
- Implementations for the interfaces that use RabbitMQ as message-broker.
- A helper class (MessageSerializer) for serializing and deserializing commands and events to and from JSON.