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
Peter Vlugter
7884691d3a
Begin using compiled code examples in the docs. See #781
2011-10-05 17:41:29 +02:00
Viktor Klang
a7cb5b5212
Upgrading to SBT 0.11
2011-09-27 10:37:53 +02:00
Viktor Klang
1b90a467bc
Removing freshInstance and reverting some of the new BalancingDispatcher code to expose the race condition better
2011-09-26 11:08:45 +02:00
Jonas Bonér
db51115a0e
Added doc about message ordering guarantees.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-09-21 23:41:52 +02:00
Viktor Klang
bbb79d8e0d
Start removed but cluster is broken
2011-09-08 11:02:17 +02:00
Roland
cdae21e07c
restore behavior of Future.as[T] and .asSilently[T] ( fixes #1088 )
...
- implement both methods equivalently directly on Future
- remove implicit conversion futureToAnyOptionAsTypedOption
- update docs accordingly
2011-08-09 22:26:46 +02:00
Roland
2aa86ed37a
make tryTell nice from Scala AND Java
...
Thanks, Derek Williams, for the good suggestion!
2011-08-03 23:08:38 +02:00
Roland
42769599aa
Merge branch 'ticket955'
...
Conflicts:
akka-actor-tests/src/test/scala/akka/actor/supervisor/Ticket669Spec.scala
akka-actor-tests/src/test/scala/akka/routing/RoutingSpec.scala
akka-camel/src/test/scala/akka/camel/ConsumerScalaTest.scala
2011-07-19 16:56:44 -04:00
Peter Veentjer
7983a66f68
Ticket 964: rename of reply?
2011-07-17 09:02:36 +03:00
Viktor Klang
0bfe21a44c
Fixing a type and adding clarification to ticket #956
2011-07-15 11:34:09 +02:00
Peter Veentjer
5678692e66
issue 956
2011-07-15 08:56:12 +03:00
Peter Veentjer
964c53203a
issue 956
2011-07-15 08:54:44 +03:00
Peter Veentjer
8bbb9b0566
issue 956
2011-07-15 08:41:42 +03:00
Roland
956d055d87
make currentMessage available in preRestart, test #957
...
- use Option[Any] since currentMessage may be unavailable (supervisor
being restarted)
- plus docs
2011-06-27 22:20:09 +02:00
Roland
10256991cb
add Actor.freshInstance hook, test #955
2011-06-27 19:09:09 +02:00
Roland
f3a7c4149a
document channel and !!/!!! changes
2011-06-19 17:05:16 +02:00
Roland
899b7ccdc0
first part of scala/actors docs
2011-06-19 16:35:08 +02:00