Closed wazum closed 4 years ago
Yes, that would be a good idea. I have already mentioned the Observer pattern in the readme.
I would describe it as:
an event system based on the Observer pattern, that offers transactional consistency via the Outbox pattern.
Does that sound like an accurate description? Feel free to correct or improve this as I'm not 100% sure!
This package implements the outbox pattern such as described here: http://www.kamilgrzybek.com/design/the-outbox-pattern/ Should we mention that in the documentation?