Module events

Module events 

Source
Expand description

Manage events and related operations for event-sourcing.

Structs§

EntityEvents
A Vec wrapper that manages event-stream of an entity with helpers for event-sourcing operations
EventWithContext
GenericEvent
Represent the events in raw deserialized format when loaded from database
PersistedEvent
Strongly-typed event wrapper with metadata for successfully stored events.

Type Aliases§

LastPersisted
An alias for iterator over the persisted events