Current section

Files

Jump to
eventsourcing include eventsourcing@memory_store_MemoryStore.hrl
Raw

include/eventsourcing@memory_store_MemoryStore.hrl

-record(memory_store, {
events_subject :: gleam@erlang@process:name(eventsourcing@memory_store:event_message(any())),
snapshot_subject :: gleam@erlang@process:name(eventsourcing@memory_store:snapshot_message(any()))
}).