Roland Kuhn
996b2dc173
Merge pull request #255 from jboner/wip-1428-FSM-Java-∂π
...
add Java FSM example and reST, see #1428
2012-01-24 06:35:42 -08:00
Roland
6afed30d43
add Java FSM example and reST, see #1428
2012-01-24 14:32:17 +01:00
Patrik Nordwall
2a6b7f9b03
Moved decider to separate parameter list, and implicit conversion from Seq[Throwable]. See #1714
2012-01-24 10:35:09 +01:00
Patrik Nordwall
abc072ef0a
Improved API of OneForOneStrategy and AllForOneStrategy. See #1714
...
* withinTimeRange: Duration
* Removed need for Options in API
2012-01-24 08:46:27 +01:00
Roland
2a0c4ca145
Merge branch 'wip-1581-patterns-ask'
2012-01-23 18:35:30 +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
Patrik Nordwall
66e0a7cf0b
Moved definition of fault handler from Props to overridable method supervisorStrategy in Actor. See #1711
...
* New trait SupervisorStrategy for TypedActors
* Adjustments of docs
* Updated tests
2012-01-23 13:49:19 +01:00
Roland
34a0f005b1
Merge branch 'master' into wip-1581-patterns-ask
2012-01-20 19:29:17 +01:00
Roland
1f99b425de
docs for ask/pipeTo patterns
2012-01-20 18:09:26 +01:00
Viktor Klang
149fbea5a7
Updating Copyright as per #1660
2012-01-19 18:21:06 +01:00
Roland
1daaee98aa
Merge remote-tracking branch 'origin/master' into wip-1581-patterns-ask
2012-01-18 14:20:13 +01:00
Roland
2bed2cb954
move everything into package akka.pattern
2012-01-18 10:18:51 +01:00
Viktor Klang
de151617f2
Creating TypedProps and implementing support for wrapping an arbitrary ActorRef as a TypedActor
2012-01-16 14:11:29 +01:00
Patrik Nordwall
5ba0963d71
Added documentation. See #1583
2012-01-03 11:41:49 +01:00
Nikolay Botev
ce1d2f4721
akka.patterns.ask everywhere
2012-01-01 22:23:19 -08:00
Nikolay Botev
a44da38e2b
ask-2.0
2012-01-01 22:23:08 -08:00
Roland
d181a35fa7
fall back to unhandled() in onReceive() in docs
2011-12-29 20:49:26 +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
Viktor Klang
da708901a1
Switching withCreator + class to Props + class
2011-12-27 13:35:50 +01:00
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
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
Henrik Engstrom
419b69438f
Added copyright header to all samples in docs. Fixes #1531
2011-12-19 11:07:59 +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
Roland Kuhn
7dad0a3a78
Merge pull request #169 from jboner/rk-doc-fault-handling
...
document FaultHandlingStrategy for Scala
2011-12-15 14:33:54 -08:00
Roland
6f31e83c7b
add Java part for fault handling docs
2011-12-15 23:33:15 +01:00
Viktor Klang
5e03cda4bb
Adding Typed Actor docs for Java, as well as some minor tweaks on some Java APIs
2011-12-15 16:57:29 +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
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
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
Roland
5eedbdd69f
rename ActorSystem.stop() to .shutdown()
2011-12-14 01:06:20 +01:00
Jonas Bonér
b5d1785e05
Merge branch 'master' of github.com:jboner/akka
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-12-13 15:37:16 +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
Patrik Nordwall
eede488fd3
Added lookup method in Dispatchers to provide a registry of configured dispatchers to be shared between actors. See #1458
2011-12-13 07:37:23 +01:00
Patrik Nordwall
1979b14061
UnhandledMessageException extends RuntimeException. See #1453
2011-12-08 19:30:05 +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