View Source Ecspanse.Event.ComponentUpdated (ECSpanse v0.2.0)

Special framework event triggered automatically when a new component is updated. Contains the component state after the update.

See a working example in the tutorial

Summary

Types

@type t() :: %Ecspanse.Event.ComponentUpdated{
  component: struct(),
  inserted_at: term()
}