From 8cc258b36ef3a899956f3caa4d4ebcf7d04b7496 Mon Sep 17 00:00:00 2001 From: anthdm Date: Sat, 30 Dec 2023 11:59:23 +0100 Subject: [PATCH] update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca4ad0b..e6caac8 100644 --- a/README.md +++ b/README.md @@ -250,6 +250,7 @@ Any event that fulfills the `actor.LogEvent` interface will be logged to the def message and the attributes of the event set by the `actor.LogEvent` `log()` method. ### List of internal system events +* `actor.ActorInitializedEvent`, an actor has been initialized but did not processed its `actor.Started message` * `actor.ActorStartedEvent`, an actor has started * `actor.ActorStoppedEvent`, an actor has stopped * `actor.DeadLetterEvent`, a message was not delivered to an actor