Maestro v0.0.2 Maestro.Schemas.Event View Source

Events are the building block of our society. Behave accordingly

Link to this section Summary

Link to this section Types

Link to this type aggregate_id() View Source
aggregate_id() :: HLClock.Timestamp.t()
Link to this type sequence() View Source
sequence() :: integer()
Link to this type t() View Source
t() :: %Maestro.Schemas.Event{
  __meta__: term(),
  aggregate_id: aggregate_id(),
  body: map(),
  sequence: sequence(),
  timestamp: HLClock.Timestamp.t()
}

Link to this section Functions