Support for creating injected child actors.
Create an injected child actor.
The context to create the actor from.
A function to create the actor.
The name of the actor.
A function to provide props for the actor. The props passed in will just describe how to create the actor, this function can be used to provide additional configuration such as router and dispatcher configuration.
An ActorRef for the created actor.