Merge pull request #1096 from akka/wip-2986-ActorContext-executor-√

#2986 - Changing ActorContext and ActorRefFactory's dispatcher to retur...
This commit is contained in:
Viktor Klang (√) 2013-01-31 06:42:12 -08:00
commit 5164e2e08e
20 changed files with 33 additions and 35 deletions

View file

@ -25,6 +25,12 @@ Search Replace with
If you need to convert from Java to ``scala.collection.immutable.Seq`` or ``scala.collection.immutable.Iterable`` you should use ``akka.japi.Util.immutableSeq(…)``,
and if you need to convert from Scala you can simply switch to using immutable collections yourself or use the ``to[immutable.<collection-type>]`` method.
ActorContext & ActorRefFactory dispatcher
=========================================
The return type of ``ActorContext``'s and ``ActorRefFactory``'s ``dispatcher``-method now returns ``ExecutionContext`` instead of ``MessageDispatcher``.
API changes to FSM and TestFSMRef
=================================