ash-project / reactor

Reactor is a dynamic, concurrent, dependency resolving saga orchestrator.
https://ash-hq.org/
MIT License
44 stars 6 forks source link

improvement: Invert DSL entity building. #19

Closed jimsynz closed 1 year ago

jimsynz commented 1 year ago

Instead of defining how to do it in Reactor.Info for all entities present and future, we use a protocol which entities must implement. This allows us to support dynamically patched entities in the future without having to change core code.