Class: Events::OrderCancelled

Inherits:
ApplicationEvent show all
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.

Method Summary

Methods inherited from ApplicationEvent

#data