Moved method for creating a RoutedActorRef from 'Routing.actorOf' to 'Actor.actorOf'
This commit is contained in:
parent
84f4840926
commit
e20866c982
11 changed files with 54 additions and 55 deletions
|
|
@ -107,7 +107,7 @@ class RemoteActorRefProvider extends ActorRefProvider {
|
|||
|
||||
connections.keys foreach { useActorOnNode(_, address, props.creator) }
|
||||
|
||||
Some(Routing.actorOf(RoutedProps(
|
||||
Some(Actor.actorOf(RoutedProps(
|
||||
routerFactory = routerFactory,
|
||||
connectionManager = connectionManager)))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue