Skip to content

es cqrs.Function.EventSourcableAggregate

Sclable CI edited this page Apr 10, 2026 · 22 revisions

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

Function: EventSourcableAggregate()

EventSourcableAggregate(...events): ClassDecorator

Defined in: packages/es-cqrs/src/decorators/event-sourcable-aggregate.decorator.ts:7

Decorator to define events that can affect the aggregate

Parameters

events

...EventConstructor[]

Returns

ClassDecorator

Clone this wiki locally