castore-dev / castore

Making Event Sourcing easy 😎
MIT License
230 stars 19 forks source link

feature: Create message channel class #117

Closed ThomasAribart closed 1 year ago

ThomasAribart commented 1 year ago

Code improvement: Create MessageChannelClass and make MessageQueues & MessageBuses inherit from it.

This will make it easier to add AggregateExists & EventExists messages, w. queues and buses with it. Which will pave the way to the creation of @castore/dam (data maintenance & migration lib).

DO NOT MERGE RIGHT NOW: Documentation needs to be updated.