[][src]Module eventually_core::store

Contains the Event Store trait for storing and streaming Aggregate Events.

Traits

EventStore

An Event Store is an append-only, ordered list of Events for a certain "source" -- e.g. an Aggregate.

Type Definitions

EventStream

Stream type returned by the EventStore::stream method.