ConstantsOn this pageActorEventTypes Possible values of actor event type.Index Enumeration MembersABORTINGMIGRATINGPERSIST_STATESYSTEM_INFOEnumeration Members ABORTINGABORTING: 'aborting'Sent when the actor is abortingMIGRATINGMIGRATING: 'migrating'Sent when the actor is about to migratePERSIST_STATEPERSIST_STATE: 'persistState'Sent when the actor should persist its state (every minute or when migrating)SYSTEM_INFOSYSTEM_INFO: 'systemInfo'Info about resource usage of the actor
Possible values of actor event type.