From 3c5a694e6981cb826c496abb2027a0a3c7528110 Mon Sep 17 00:00:00 2001 From: "Jeremy D. Miller" Date: Fri, 10 Jan 2025 13:41:40 -0600 Subject: [PATCH] Added a note about archiving streams as part of the aggregate handler workflow. Closes GH-1109 --- docs/guide/durability/marten/event-sourcing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/guide/durability/marten/event-sourcing.md b/docs/guide/durability/marten/event-sourcing.md index 068a69fcd..a67f7bb2f 100644 --- a/docs/guide/durability/marten/event-sourcing.md +++ b/docs/guide/durability/marten/event-sourcing.md @@ -504,4 +504,7 @@ public static class RaiseIfValidatedHandler snippet source | anchor +## Archiving Streams +To mark a Marten event stream as archived from a Wolverine aggregate handler, just append the special Marten [Archived](https://martendb.io/events/archiving.html#archived-event) +event to the stream just like you would in any other aggregate handler. \ No newline at end of file