Class: Events::CustomerProfileChanged
- Inherits:
-
ApplicationEvent
- Object
- RubyEventStore::Event
- ApplicationEvent
- Events::CustomerProfileChanged
- Defined in:
- app/events/events.rb
Overview
Published by Customer after_update_commit whenever its profile changes.
Subscribers re-query the current customer because queued events can arrive
after a later profile correction.
data: { customer_id:, profile_id_before:, profile_id_after: }