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
Defined in: packages/es-cqrs/src/interfaces/event.ts:109
Constructor signature used to reconstruct an Event instance from the event store
string
number
Date
any
CustomEventOptions