Creating a custom Add On - motown-io/motown GitHub Wiki

Scope of Motown's subsystems mapped on high level application architecture

Motown can be extended with custom Add-Ons. These communicate with the Core through Axon commands and events in a CQRS way (See Technical Architecture).

The Core API provides the commands that can be given to the Core, and the events that can be listened for.