Search
State is a struct that keeps all stored events in their streams.
@type t() :: %Eventize.Persistence.InMemoryEventStore.State{ serializer: atom(), snapshots: map(), streams: map() }