IActorRefFactory Methods

The IActorRefFactory type exposes the following members.

Methods


  Name Description
Public method 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
Public method ActorOf<(Of <<'(TActor>)>>)(String)
Actors the of.
Public method 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.
Public method 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.
Public method Equals(System.Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)