We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@sclable/nestjs-libs / es-cqrs / EventConstructor
EventConstructor: (aggregateId, aggregateType, revision, createdAt, userId, data, customOptions?) => Event
aggregateId
aggregateType
revision
createdAt
userId
data
customOptions
Event
Constructor signature used to reconstruct an Event instance from the event store
• aggregateId: string
string
• aggregateType: string
• revision: number
number
• createdAt: Date
Date
• userId: string
• data: any
any
• customOptions?: CustomEventOptions
CustomEventOptions
packages/es-cqrs/src/interfaces/event.ts:109