muoncore / newton

Extend Muon into the world of Spring. Implement Muon apis, especially around events to provide DDD patterns natively in Spring Boot
http://muoncore.io
GNU Lesser General Public License v3.0
12 stars 5 forks source link

Add a return path for the Command Bus #37

Closed daviddawson closed 7 years ago

daviddawson commented 7 years ago

The command bus should allow the invoking code to know when the command has finished, and what the result was.

This should be in the form of success/fail and the emitted events.