DOC: Updated dispatcher chapter (Java). See #1471

* Aligned with scala chapter
* Impl priority dispatcher sample in java
* Removed newPinnedDispatcher methods that takes ActorRef. Updated docs for PinnedDispatcher
This commit is contained in:
Patrik Nordwall 2011-12-13 16:18:51 +01:00
parent 66e7155ef1
commit 5e2dff2356
6 changed files with 244 additions and 219 deletions

View file

@ -0,0 +1,5 @@
package akka.docs.dispatcher
import org.scalatest.junit.JUnitSuite
class DispatcherDocTest extends DispatcherDocTestBase with JUnitSuite