Function SagaStep

  • Define a step in a saga. Related to Saga

    Type Parameters

    Parameters

    • event: ClassConstructor<T>

      Triggering event class

    • rollbackCommand: IRollbackCommandConstructor

      Rollback command related to the aggregate that applies the triggering event

    Returns MethodDecorator

Generated using TypeDoc