externalActorSpotlighted
Hierarchy
- DomainEvent
- ActorSpotlighted
Index
Constructors
externalconstructor
Parameters
externalsceneId: CorrelationId
externalactor: SerialisedActor
externaloptionaltimestamp: Timestamp
Returns ActorSpotlighted
Properties
publicexternalreadonlytimestamp
publicexternalreadonlysceneId
publicexternalreadonlyactor
Methods
publicstaticexternalfromJSON
Parameters
externalo: JSONObject
Returns ActorSpotlighted
externalequals
Parameters
externalanother: TinyType
Returns boolean
externaltoString
Returns string
externaltoJSON
Returns JSONValue
Emitted when an
Actorbecomes the active actor (moves into the spotlight) as the result of invokingactorCalled.This event is emitted only when the spotlight shifts to a different actor. Consecutive retrievals of the same actor do not emit additional events.
To detect when an actor is instantiated for the first time, listen for
ActorEntersStage.