Actor

Undocumented in source.

Constructors

this
this(Actor supervisor, bool isLocalInstance)
Undocumented in source.

Members

Functions

actorOf
T actorOf()

Creates a new actor instance or finds one that is already available.

die
void die(bool informSupervisor)

Lets go die.

kill
void kill(Actor actor)

Kills off a specific child

onChildError
void onChildError(Actor actor, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
onStart
void onStart()
Undocumented in source. Be warned that the author may not have intended to support it.
onStop
void onStop()
Undocumented in source. Be warned that the author may not have intended to support it.
referenceOfActor
Actor referenceOfActor()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

children
Actor[] children [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
identifier
string identifier [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isAlive
bool isAlive [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isLocalInstance
bool isLocalInstance [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
remoteAddressIdentifier
string remoteAddressIdentifier [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
supervisor
Actor supervisor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta