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.
Skill details
- Skill name:
marten-projections-raise-side-effects - Applies to:
marten,wolverine - Tags:
marten,projections,outbox,side-effects,testing - Added in: 1.2.0
- License: Proprietary. Copyright JasperFx Software LLC.
