Marten RaiseSideEffects Added in 1.2.0
Override RaiseSideEffects on SingleStreamProjection to publish messages, append events, or enqueue work atomically with a projection update. Covers PublishMessage, AppendEvent, outbox integration, and testing side effects.
Use when a projection needs to trigger downstream commands/notifications or enforce business rules during projection processing. Shared with Polecat and Fisher (MartenOps becomes PolecatOps / FisherOps).
Skill details
- Skill name:
marten-projections-raise-side-effects - Applies to:
marten,wolverine,polecat,fisher - Tags:
marten,projections,outbox,side-effects,testing,polecat,fisher,portability - Added in: 1.2.0
- License: Proprietary. Copyright JasperFx Software LLC.
