Skip to content

es cqrs.Interface.CustomEventOptions

Sclable CI edited this page May 20, 2026 · 35 revisions

@sclable/nestjs-libs / es-cqrs / CustomEventOptions

Interface: CustomEventOptions

Defined in: packages/es-cqrs/src/interfaces/custom-event-options.ts:1

Properties

queueById?

optional queueById: 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


skipQueue?

optional skipQueue: boolean

Defined in: packages/es-cqrs/src/interfaces/custom-event-options.ts:10

Skip the event-handler from queueing


version?

optional version: number

Defined in: packages/es-cqrs/src/interfaces/custom-event-options.ts:13

Version of the event

Clone this wiki locally