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

The internal state used to store events and snapshots.

Link to this section Summary

Link to this section Types

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