Renaming akka.routing.Dispatcher to Router, as per ticket #729
This commit is contained in:
parent
f9a335ea13
commit
cd3cb8cd57
5 changed files with 44 additions and 45 deletions
|
|
@ -36,7 +36,7 @@ class RoutingSpec extends WordSpec with MustMatchers {
|
|||
}
|
||||
}).start()
|
||||
|
||||
val d = dispatcherActor {
|
||||
val d = routerActor {
|
||||
case Test1 | Test2 ⇒ t1
|
||||
case Test3 ⇒ t2
|
||||
}.start()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue