ActorEventTypes
Index
Enumeration Members
Enumeration Members
ABORTING
Notification that the Actor is being terminated and should clean up.
MIGRATING
Notification that the Actor is about to be migrated to another server.
PERSIST_STATE
Signal to persist Actor state - sent every minute or before migration.
SYSTEM_INFO
Information about resource usage and system metrics of the Actor.
Event types that can be sent to Actors during execution.
These events provide real-time information about system state and lifecycle changes that Actors can respond to.