IActorRefFactory Methods
The IActorRefFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
ActorOf(Props, String) |
Create new actor as child of this context with the given name, which must
not start with “$”. If the given name is already in use,
and `InvalidActorNameException` is thrown.
See [[Akka.Actor.Props]] for details on how to obtain a `Props` object.
@throws akka.actor.InvalidActorNameException if the given name is
invalid or already in use
@throws akka.ConfigurationException if deployment, dispatcher
or mailbox configuration is wrong
|
![]() |
ActorOf<(Of <<'(TActor>)>>)(String) |
Actors the of.
|
![]() |
ActorSelection(ActorPath) |
Construct an ActorSelection from the given path, which is
parsed for wildcards (these are replaced by regular expressions
internally). No attempt is made to verify the existence of any part of
the supplied path, it is recommended to send a message and gather the
replies in order to resolve the matching set of actors.
|
![]() |
ActorSelection(String) |
Construct an ActorSelection from the given path, which is
parsed for wildcards (these are replaced by regular expressions
internally). No attempt is made to verify the existence of any part of
the supplied path, it is recommended to send a message and gather the
replies in order to resolve the matching set of actors.
|
![]() |
Equals(System.Object) | (Inherited from Object.) |
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |