Roland Kuhn
fc180cde22
Merge pull request #1186 from akka/wip-2509-sender-preRestart-∂π
...
clarify `sender` in preRestart, see #2509
2013-02-22 07:52:51 -08:00
Roland
d2ef2e208c
document availability of sender in supervisorStrategy
2013-02-22 15:42:42 +01:00
Roland
637e5c7863
clarify sender in preRestart, see #2509
...
also remove one warning about io-old.rst not being included in any
toctree
2013-02-22 14:47:51 +01:00
Endre Sándor Varga
7bf9f1f82b
Added patterns for initialization for Scala #2297
...
(cherry-picked from e2aa3b5)
2013-02-22 14:13:32 +01:00
Rich Dougherty
44808c17ed
Merge pull request #1095 from akka/wip-2874-router-doc-rich
...
Document router handling of PoisonPill messages. Fixes #2874
2013-02-12 16:31:04 -08:00
Rich Dougherty
3b98ba249b
Improved router documentation. Fixes #2874
...
* Edit of basic usage and design.
* Rearranged order of sections.
* Added more information on special message types.
* Added receiveN to JavaTestKit.
2013-02-12 12:25:41 +13:00
Endre Sándor Varga
c4abbd95bd
Updated documentation to reflect changes in remoting
2013-02-10 13:00:30 +01:00
Patrik Nordwall
532131493f
Correction of doc of unhandled, see #2736
...
* Fix wrong config property
* Adjusted description in java api
2012-11-23 09:03:35 +01:00
Roland
d98c4db1f9
fix up two oversights in previous doc change
...
- use discardOld=false also in Scala stash sample code
- correct link to UnnestedReceives sample
2012-11-06 14:15:57 +01:00
Roland Kuhn
666d79680d
Merge pull request #851 from akka/wip-2642-Java-stash-∂π
...
change Java stash sample to become(), see #2642
2012-11-06 03:06:53 -08:00
Roland Kuhn
ec592fa769
Merge pull request #850 from akka/wip-2683-doc-become-∂π
...
better document become semantics, see #2683
2012-11-06 03:06:37 -08:00
Roland
ebd47bcdf6
correct small confusion (short: confuso)
2012-11-06 11:59:11 +01:00
Roland
657a24dbc8
change Java stash sample to become(), see #2642
2012-11-06 11:41:50 +01:00
Roland
f9eb59e883
better document become semantics, see #2683
2012-11-06 11:00:27 +01:00
Roland
645e713362
align Act.become with context.become, see #2682
...
- become uses discardOld=true
- becomeStacked uses discardOld=false
- update docs and demonstrate this difference
2012-11-06 09:34:45 +01:00
Viktor Klang
e6d54b59ac
#2623 - Adding a @github@ substitution for links to github, as well as adding a pointer as to where to find the example code for the docs.
2012-10-22 11:14:22 +02:00
Viktor Klang
0ab417b2c1
#2612 - Clarifying ReceiveTimeout semantics in the documentation.
2012-10-14 03:35:09 +02:00
Björn Antonsson
aa0d4f4cfb
Three more tweaks. #2413
2012-10-02 11:13:23 +02:00
Roland Kuhn
28c1e285f6
clarify purpose of ActWithStash
2012-09-26 21:35:35 +03:00
Roland
be877a6197
export supervision tools in Act trait, and other review fixes
...
- add more cross references to ActorDSL docs
- improve SBT command line for running the multi-node test
- correct small error in Restart Hooks section of actors.rst
2012-09-25 12:20:52 +02:00
Roland
0489c5daf1
document ActorDSL, see #2411
2012-09-25 08:25:24 +02:00
Viktor Klang
fe19318495
Removing warning about not touching instance fields in receive
2012-09-23 00:24:01 +02:00
Roland
9bc01ae265
add preprocessor for RST docs, see #2461 and #2431
...
The idea is to filter the sources, replacing @<var>@ occurrences with
the mapping for <var> (which is currently hard-coded). @@ -> @. In order
to make this work, I had to move the doc sources one directory down
(into akka-docs/rst) so that the filtered result could be in a sibling
directory so that relative links (to _sphinx plugins or real code) would
continue to work.
While I was at it I also changed it so that WARNINGs and ERRORs are not
swallowed into the debug dump anymore but printed at [warn] level
(minimum).
One piece of fallout is that the (online) html build is now run after
the normal one, not in parallel.
2012-09-21 13:58:47 +02:00