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 / CustomEventOptions
Defined in: packages/es-cqrs/src/interfaces/custom-event-options.ts:1
optional queueById: string
optional
string
Defined in: packages/es-cqrs/src/interfaces/custom-event-options.ts:7
Custom ID to use for the event-handler queue
Useful to group together event-handlers that belong to different aggregates but depend on each other
optional skipQueue: boolean
boolean
Defined in: packages/es-cqrs/src/interfaces/custom-event-options.ts:10
Skip the event-handler from queueing
optional version: number
number
Defined in: packages/es-cqrs/src/interfaces/custom-event-options.ts:13
Version of the event