Saga
Decorator that marks a class as a Nest saga. Sagas may listen and react to 1..N events.
const Saga: () => PropertyDecorator;
Decorator that marks a class as a Nest saga. Sagas may listen and react to 1..N events.
const Saga: () => PropertyDecorator;