View Source Eventize.EventSourcedProcess.ApplyEvents.EventContext (eventize v0.2.0)

A context containing useful data to apply a event to a Eventize.EventSourcedProcess.

Link to this section Summary

Link to this section Types

@type t() :: %Eventize.EventSourcedProcess.ApplyEvents.EventContext{
  meta_data: map(),
  sequence_number: non_neg_integer(),
  state: term()
}