Packages
InMemory event store for the Eventsourcing library
Retired package: Deprecated - This library has been added to the eventsourcing library as a module
Current section
Files
Jump to
Current section
Files
include/eventsourcing_inmemory_MemoryStore.hrl
-record(memory_store, {
events_subject :: gleam@erlang@process:subject(eventsourcing_inmemory:event_message(any())),
snapshot_subject :: gleam@erlang@process:subject(eventsourcing_inmemory:snapshot_message(any()))
}).