logo-nestjsApi Reference
Versions
v10.xv9.x
API > @nestjs/cqrs

Saga

Decorator that marks a class as a Nest saga. Sagas may listen and react to 1..N events.


const Saga: () => PropertyDecorator;

See also#

  • https://docs.nestjs.com/recipes/cqrs#sagas

© 2025 Developed by Antonio Tripodi & Livio Brunner | Deployed on: 2025-01-25T20:26:53.091Z