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.
es-cqrs.CustomEventOptions
• Optional queueById: string
Optional
string
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
packages/es-cqrs/src/interfaces/custom-event-options.ts:7
• Optional skipQueue: boolean
boolean
Skip the event-handler from queueing
packages/es-cqrs/src/interfaces/custom-event-options.ts:10
• Optional version: number
number
Version of the event
packages/es-cqrs/src/interfaces/custom-event-options.ts:13