Skip to main content
Version: 2.5

ActorEventTypes

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.

Index

Enumeration Members

ABORTING

ABORTING: 'aborting'

Notification that the Actor is being terminated and should clean up.

MIGRATING

MIGRATING: 'migrating'

Notification that the Actor is about to be migrated to another server.

PERSIST_STATE

PERSIST_STATE: 'persistState'

Signal to persist Actor state - sent every minute or before migration.

SYSTEM_INFO

SYSTEM_INFO: 'systemInfo'

Information about resource usage and system metrics of the Actor.