cqrs-0.7.1: Command-Query Responsibility Segregation

Data.CQRS.PersistedEvent

Synopsis

Documentation

data PersistedEvent e Source

Persisted Event.

Constructors

PersistedEvent 

Fields

peAggregateGUID :: !GUID

GUID of the aggregate.

peEvent :: e

Event.

peSequenceNumber :: !Int

Sequence number within the aggregate.

peGlobalVer :: !Int

Global sequence number.