Module eventsourcing::eventstore[][src]

Event store trait and implementations

Structs

MemoryEventStore

An simple, in-memory implementation of the event store trait

OrgEventStore

Client for the eventstore.org Event Store

Traits

EventStore

Trait required for event stores. For the moment, event stores are append-only