-
Notifications
You must be signed in to change notification settings - Fork 2
es cqrs.CustomEventOptions
Sclable CI edited this page Sep 11, 2024
·
198 revisions
es-cqrs.CustomEventOptions
• Optional
queueById: 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
Skip the event-handler from queueing
packages/es-cqrs/src/interfaces/custom-event-options.ts:10
• Optional
version: number
Version of the event