-
Notifications
You must be signed in to change notification settings - Fork 2
es cqrs.Interface.CustomEventOptions
Sclable CI edited this page Oct 7, 2024
·
7 revisions
@sclable/nestjs-libs / 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