ActorRefFactory Methods |
The ActorRefFactory type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActorOf |
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 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
|
![]() | 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.
|
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | ActorOf(ActionIActorDsl, String) | Overloaded. (Defined by ActExtensions.) |
![]() | ActorOf(ActionIActorDsl, IActorContext, String) | Overloaded. (Defined by ActExtensions.) |
![]() | ActorOfTActor(String) | Overloaded. (Defined by ActorRefFactoryExtensions.) |