-
Notifications
You must be signed in to change notification settings - Fork 2
es cqrs.TypeAlias.EventConstructor
Sclable CI edited this page Oct 7, 2024
·
7 revisions
@sclable/nestjs-libs / es-cqrs / EventConstructor
EventConstructor: (
aggregateId
,aggregateType
,revision
,createdAt
,userId
,data
,customOptions
?) =>Event
Constructor signature used to reconstruct an Event instance from the event store
• aggregateId: string
• aggregateType: string
• revision: number
• createdAt: Date
• userId: string
• data: any
• customOptions?: CustomEventOptions