External Command Handlers
are handlers used as services available in your dependency container.#[CommandHandler]
annotated method are places where you would put your business logic.
This annotation tells the framework that the given method is capable of handling the StartTicketCommand
.Ecotone
about it, using ClassReference
.