Viktor Klang
937ecc3f50
Adding composable actor code snippet to docs, case closed
2012-02-01 11:46:46 +01:00
Roland
ee5ae1068b
Merge branch 'wip-1485-fsm-docs-∂π'
2012-01-24 09:35:35 +01:00
Roland
2a0c4ca145
Merge branch 'wip-1581-patterns-ask'
2012-01-23 18:35:30 +01:00
Viktor Klang
56b27d8c04
Merge branch 'master' of github.com:jboner/akka
2012-01-23 18:13:02 +01:00
Viktor Klang
2557d594cb
Fixing misconception around hotswapped behavior
2012-01-23 18:08:00 +01:00
Roland
b2c63062fd
document EmptyLocalActorRef, see #1605
2012-01-23 17:56:52 +01:00
Patrik Nordwall
9e15d2062b
Renamed more things to SupervisorStrategy. Updated more docs. See #1711
2012-01-23 17:18:49 +01:00
Roland
3a30f915c3
remove use of akka.actor.timeout property for ask
2012-01-23 15:59:18 +01:00
Roland
1f99b425de
docs for ask/pipeTo patterns
2012-01-20 18:09:26 +01:00
Patrik Nordwall
5ba0963d71
Added documentation. See #1583
2012-01-03 11:41:49 +01:00
Roland
e7a120f923
document EventStream, see #1507
...
- fix some Java API issues
- also mention dead letters, see #1491
2011-12-30 00:00:25 +01:00
Roland
4e3e2633a4
integrate Java remoting sample into docs
2011-12-28 19:09:08 +01:00
Roland
05e11b6fa3
Merge remote-tracking branch 'origin/master' into wip-improve-docs-rk
2011-12-28 16:15:20 +01:00
Roland
2fbef5b5ce
various documentation improvements
...
- document DeathWatch
- actorOf vs. actorFor
2011-12-28 13:13:39 +01:00
Roland
1c770a2409
add a few cross references to remoting docs
2011-12-26 18:39:42 +01:00
Viktor Klang
6ca343eb6e
Adding documentation for ask timeout expiry
2011-12-26 00:37:52 +01:00
Roland
6e789f7f96
improve docs on context.actorFor
2011-12-23 22:41:48 +01:00
Viktor Klang
49b3bac69c
Removing UnhandledMessageException and fixing tests
2011-12-20 11:19:06 +01:00
Viktor Klang
634147d090
Cleaning up some of the Java samples and adding sender to the UnhandledMessage
2011-12-20 10:52:27 +01:00
Viktor Klang
2adb042bf7
Publish UnhandledMessage to EventStream
2011-12-20 10:38:37 +01:00
Patrik Nordwall
e82ea3c8b0
DOC: Extracted sample for explicit and implicit timeout with ask. Correction of akka.util.Timeout
2011-12-20 08:12:20 +01:00
Patrik Nordwall
164f92afd7
DOC: Added recommendation about naming actors and added name to some samples
2011-12-16 00:39:29 +01:00
Patrik Nordwall
6225b75b99
DOC: Fixed invalid include
2011-12-16 00:09:31 +01:00
Roland
38ff479a39
redo section Identifying Actors for Java&Scala
2011-12-15 23:49:15 +01:00
Jonas Bonér
b4f1978b37
Merge remote-tracking branch 'origin/wip-simplify-configuring-new-router-in-props-jboner'
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-12-15 10:32:31 +01:00
Patrik Nordwall
fabe475f64
DOC: Improved scheduler doc. Split into Java/Scala samples
2011-12-14 21:52:39 +01:00
Patrik Nordwall
c57b2732e7
DOC: Another correction of stop description
2011-12-14 20:40:01 +01:00
Patrik Nordwall
7b2349c0d9
DOC: Correction of stop description
2011-12-14 20:26:27 +01:00
Patrik Nordwall
ab1c4c6833
DOC: Updated stop description
2011-12-14 19:39:51 +01:00
Patrik Nordwall
6bbbceaf6c
DOC: Updated preRestart
2011-12-14 19:27:57 +01:00
Viktor Klang
e959493e12
Enormous merge with master which probably led to the indirect unfortunate deaths of several kittens
2011-12-14 17:36:39 +01:00
Jonas Bonér
8289ac2a29
Minor doc changes to Props docs
2011-12-14 15:10:42 +01:00
Jonas Bonér
80600abc33
Added 'withRouter[TYPE]' to 'Props'.
...
Added docs (Scala and Java) and (code for the docs) for 'Props'.
Renamed UntypedActorTestBase to UntypedActorDocTestBase.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-12-14 14:05:44 +01:00
Jonas Bonér
d725c9c681
Updated docs with changes to 'actorOf(Props(..))'
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-12-13 14:53:18 +01:00
Jonas Bonér
c9b787f029
Removed all 'actorOf' methods that does not take a 'Props', and changed all callers to use 'actorOf(Props(..))'
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-12-13 14:09:40 +01:00
Viktor Klang
bf01045779
Merged with current master
2011-12-13 10:18:15 +01:00
Viktor Klang
67c782f82c
Renaming onResult to onSuccess and onException to onFailure
2011-12-12 20:09:26 +01:00
Patrik Nordwall
09719af11a
From review comments
2011-12-09 12:29:32 +01:00
Patrik Nordwall
ce128740ab
Updated documentation of Actors (Java). See #1435
...
* Aligned the Java and Scala documentation for Actors
* Implemented hotswap samples in Java, and documented in same way as Scala docs
* Improved Actors (Scala) docs
* Fixed wrong preRestart and postRestart in UntypedActor
* Changed name of Dispatchers.fromConfig to newFromConfig and made it Java friendly
* Added ActorRef.ask with Timeout parameter in addition to the timeoutMillis
2011-12-08 19:30:04 +01:00
Viktor Klang
9cc8b67cf4
Merging in the hotswap docs into master
2011-12-08 15:12:54 +01:00
Viktor Klang
519aa39f18
Removing 1-entry lists
2011-12-08 15:03:23 +01:00
Viktor Klang
6cdb0126ad
Removing HotSwap and revertHotSwap
2011-12-08 14:44:18 +01:00
patriknw
738857ccc2
Merge pull request #137 from jboner/wip-1435-doc-scala-actors-patriknw
...
Updated documentation of Actors Scala. See #1435
2011-12-07 08:11:06 -08:00
Patrik Nordwall
c8472826fe
Fixed review comments
2011-12-07 16:44:52 +01:00
Viktor Klang
4084c017a3
Adding docs to clarify that restarting resets the actor to the original behavior
2011-12-07 13:30:56 +01:00
Patrik Nordwall
5cee76820e
Updated documentation of Actors Scala. See #1435
2011-12-07 11:56:58 +01:00
Viktor Klang
bd5b07c573
Merge branch 'master' of github.com:jboner/akka
2011-11-09 11:14:54 +01:00
Viktor Klang
c5de77972d
Removing some bad docs
2011-11-09 11:10:36 +01:00
Peter Vlugter
d04ad32588
Get rst docs building again and add some adjustments to the new cluster documentation
2011-11-09 10:40:22 +01:00
Roland
3e3f5320f6
document anonymous actors and their perils, fixes #1242
...
cherry-picked from release-1.3
2011-10-25 11:48:21 +02:00