View Source Eventize.Persistence.InMemoryEventStore.State (eventize v0.1.3)

State is a struct that keeps all stored events in their streams.

Link to this section Summary

Link to this section Types

@type t() :: %Eventize.Persistence.InMemoryEventStore.State{
  serializer: atom(),
  snapshots: map(),
  streams: map()
}