Rename address to name or path where appropriate
- TypedActor: address -> name - TestActorRef, TestFSMRef: address -> name - Props.randomAddress -> randomName - Remote protocol: address -> name - Address.validate moved to ActorPath
This commit is contained in:
parent
3f7cff141d
commit
7b8a865c00
20 changed files with 284 additions and 287 deletions
|
|
@ -67,7 +67,7 @@ class NetworkEventStream(val app: AkkaApplication) {
|
|||
// FIXME: check that this supervision is correct
|
||||
private[akka] val sender = app.provider.actorOf(
|
||||
Props[Channel].copy(dispatcher = app.dispatcherFactory.newPinnedDispatcher("NetworkEventStream")),
|
||||
app.guardian, Props.randomAddress, systemService = true)
|
||||
app.guardian, Props.randomName, systemService = true)
|
||||
|
||||
/**
|
||||
* Registers a network event stream listener (asyncronously).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue