Commit graph

95 commits

Author SHA1 Message Date
Roland
422cf386c8 incorporate review comments, add docs, see #2031
also add Java sample for creating custom MailboxType
2012-06-19 14:52:02 +02:00
Roland
0a011ee50e fix a few doubled the’s 2012-06-04 23:35:52 +02:00
Viktor Klang
90344b657e Removing doc references to onResult and onTimeout 2012-05-30 23:32:22 +02:00
Roland
e748da6f49 improve one word, see #2131 2012-05-25 18:17:13 +02:00
Roland
178c9145fe document creator requirement, see #2131 2012-05-25 18:17:13 +02:00
Roland
dd30e81a1a document Specs2 + TestKit, see #2068, plus fix up broken includes
- include move of doc samples out of akka package also in the
  includecode directives
- fix broken serialization docs, which require one thing in the akka
  package
2012-05-24 22:23:36 +02:00
Viktor Klang
26f6c48ae1 HUGE CHANGE - moving behaviorStack into ActorCell 2012-05-21 13:47:48 +02:00
Roland
4256522fc8 clarify semantics of name reuse/gracefulStop, see #2073 2012-05-16 13:43:00 +02:00
Roland
84c08e8a63 add option to log UnhandledMessage, see #1999
- LoggingBus.startDefaultLoggers will register a forwarder actor for
  UnhandledMessage, which republishes them as Debug message
- add tests and docs
- TestEventListener logs UnhandledMessage as Warning
2012-04-23 15:40:21 +02:00
Roland
0c4b2a11ae document blocking nature of system.actorOf, see #2007 2012-04-23 12:26:29 +02:00
Viktor Klang
9cee78bc54 #1904 - Clearing up performance aspects of using ask 2012-03-16 13:53:32 +01:00
Peter Vlugter
d7fe025fa2 Update docs theme 2012-03-06 13:20:00 +13:00
Roland
c9b768af7f move to github.com/akka/akka in docs 2012-03-05 10:27:17 +01:00
viktorklang
e78b4e6203 Merge pull request #360 from jboner/wip-1873-make-stop-asynchronous-∂π
Wip 1873 make stop asynchronous ∂π
2012-03-01 08:40:04 -08:00
Roland
37284bab4f remove ActorContext.suspendForChildTermination, handle exceptions, add docs 2012-03-01 17:36:05 +01:00
Viktor Klang
2bc78e1026 Fixing broken link in docs 2012-03-01 10:14:39 +01:00
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