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:
parent
66e7155ef1
commit
5e2dff2356
6 changed files with 244 additions and 219 deletions
|
|
@ -0,0 +1,5 @@
|
|||
package akka.docs.dispatcher
|
||||
|
||||
import org.scalatest.junit.JUnitSuite
|
||||
|
||||
class DispatcherDocTest extends DispatcherDocTestBase with JUnitSuite
|
||||
Loading…
Add table
Add a link
Reference in a new issue