externalActorEntersStage
Hierarchy
- DomainEvent
- ActorEntersStage
Index
Constructors
externalconstructor
Parameters
externalsceneId: CorrelationId
externalactor: SerialisedActor
externaloptionaltimestamp: Timestamp
Returns ActorEntersStage
Properties
publicexternalreadonlytimestamp
publicexternalreadonlysceneId
publicexternalreadonlyactor
Methods
publicstaticexternalfromJSON
Parameters
externalo: JSONObject
Returns ActorEntersStage
externalequals
Parameters
externalanother: TinyType
Returns boolean
externaltoString
Returns string
externaltoJSON
Returns JSONValue
Emitted when an
Actoris first instantiated as the result of invokingactorCalled.This event is emitted only once per actor, when they are first created. Subsequent retrievals of the same actor do not emit this event.
To track when the spotlight shifts to a different actor, listen for
ActorSpotlightedinstead.