View Source Eventize.Persistence.EventStore.SnapshotData (eventize v0.2.0)

Represents a snapshot with payload, meta data and version.

Link to this section Summary

Link to this section Types

@type t() :: %Eventize.Persistence.EventStore.SnapshotData{
  meta_data: map(),
  payload: term(),
  version: non_neg_integer()
}