Class: Events::OrderCancelled
- Inherits:
-
ApplicationEvent
- Object
- RailsEventStore::Event
- ApplicationEvent
- Events::OrderCancelled
- Defined in:
- app/events/events.rb
Overview
EDI lifecycle events — published by state machine after_transition callbacks.
Handlers are async (ApplicationJob + RailsEventStore::AsyncHandler) so they
run in a Sidekiq worker after the surrounding transaction commits.