From 9dcbd42862472ceb77393ab85cec161e4bf8f8cf Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 13 May 2024 15:36:09 +0200 Subject: [PATCH] cross ref docs --- satrs-book/src/events.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/satrs-book/src/events.md b/satrs-book/src/events.md index e21aac9..3f910a7 100644 --- a/satrs-book/src/events.md +++ b/satrs-book/src/events.md @@ -17,3 +17,8 @@ The following images shows how the flow of events could look like in a system wh can generate events, and where other system components might be interested in those events: ![Event flow](images/events/event_man_arch.png) + +For the concrete implementation of your own event management and/or event routing system, you +can have a look at the event management documentation inside the +[API documentation](https://docs.rs/satrs/latest/satrs/event_man/index.html) where you can also +find references to all examples.