pekko/akka-docs/java
Patrik Nordwall f772b0183e Initial commit of dispatcher key refactoring, for review. See #1458
* Changed signatures and constructor of MessageDispatcherConfigurator
* Changed Dispatchers.lookup, keep configurators instead of dispatchers
* Removed most of the Dispatchers.newX methods, newDispatcher is still there because of priority mailbox
* How should we make it easy to configure priority mailbox?
* Changed tons tests
* Documentation and ScalaDoc is not updated yet
* Some tests in ActorModelSpec are temporary ignored due to failure
2011-12-21 13:27:50 +01:00
..
code/akka/docs Initial commit of dispatcher key refactoring, for review. See #1458 2011-12-21 13:27:50 +01:00
agents.rst Add docs and tests for java api for agents. Fixes #1545 2011-12-19 19:03:04 +13:00
dataflow.rst Renaming sendOneWay to tell, closing ticket #1072 2011-08-01 17:07:12 +02:00
dispatchers.rst DOC: Rewrite config comments. See #1505 2011-12-14 15:12:40 +01:00
extending-akka.rst Fix remaining warnings in docs generation 2011-12-16 12:12:03 +13:00
fault-tolerance.rst add Java part for fault handling docs 2011-12-15 23:33:15 +01:00
futures.rst Minor corrections from review comments 2011-12-15 23:43:04 +01:00
index.rst Add docs and tests for java api for agents. Fixes #1545 2011-12-19 19:03:04 +13:00
logging.rst DOC: Rewrite config comments. See #1505 2011-12-14 15:12:40 +01:00
remoting.rst #1496 - Rename 'targets' to 'routees' 2011-12-17 16:33:29 +01:00
routing.rst Added brief documentation for Java specific routing. 2011-12-16 00:05:54 +01:00
scheduler.rst DOC: Improved scheduler doc. Split into Java/Scala samples 2011-12-14 21:52:39 +01:00
serialization.rst Fixed all comments related to remoting. Added new serialization section in documentation. See #1175. See #1536. 2011-12-15 23:10:42 +01:00
transactors.rst Removed STM module. See #1503 2011-12-14 12:39:27 +01:00
typed-actors.rst Fix remaining warnings in docs generation 2011-12-16 12:12:03 +13:00
untyped-actors.rst DOC: Added recommendation about naming actors and added name to some samples 2011-12-16 00:39:29 +01:00