pekko/akka-docs/scala
Patrik Nordwall 3204269f6a Cleanup of methods in Actor and ActorContext trait. See #1377
* Added JavaActorContext, UntypedActor.getContext
* implicit val context in Actor needs to be implicit to support forward,
it would be nice if it wasn't implicit because now I can't override context
in UntypedActor
* Removed implicit def system in Actor
* Removed implicit def defaultTimeout in Actor
* Removed receiveTimeout, children, dispatcher, become, unbecome, watch,
unwatch in Actor
* Removed corresponding as above from UntypedActor
* Removed implicit from dispatcher in ActorSystem
* Removed implicit def timeout in TypedActor
* Changed receiveTimeout to use Duration (in api)
* Changed many tests and samples to match new api
2011-12-06 09:50:16 +01:00
..
code Cleanup of methods in Actor and ActorContext trait. See #1377 2011-12-06 09:50:16 +01:00
actor-registry.rst Fixing the camel tests for real this time by introducing separate registered/unregistered events for actors and typed actors 2011-09-22 17:15:51 +02:00
actors.rst Merge branch 'master' of github.com:jboner/akka 2011-11-09 11:14:54 +01:00
agents.rst Added sample to Transactional Agents 2011-04-28 08:19:04 +02:00
dataflow.rst Update to scala 2.9.0 and sbt 0.7.7 2011-05-13 02:41:28 +12:00
dispatchers.rst Removing suspend and resume from user-facing API 2011-12-02 01:27:42 +01:00
fault-tolerance.rst Renaming link/unlink to startsMonitoring/stopsMonitoring 2011-10-14 15:09:46 +02:00
fsm.rst add TestFSMRef docs 2011-06-19 22:20:45 +02:00
futures.rst A typo is corrected in Future example Scala code 2011-10-21 16:14:37 +02:00
http.rst Docs: Changed organization id from se.scalablesolutions.akka to com.typesafe.akka 2011-11-18 13:21:23 +01:00
index.rst Removing outdated and wrong serialization docs 2011-11-03 20:34:48 +01:00
remote-actors.rst Removing startsWatching and stopsWatching from docs and removing cruft 2011-12-02 01:04:33 +01:00
routing.rst Implementing support for custom eviction actions in ActorPool as well as providing default Props for workers 2011-10-07 11:20:49 +02:00
stm.rst Conversion of class names into literal blocks 2011-10-26 14:22:16 +02:00
testing.rst First walk throught of FIXME. See #1378 2011-11-30 10:48:26 +01:00
testkit-example.rst Start removed but cluster is broken 2011-09-08 11:02:17 +02:00
transactors.rst Start removed but cluster is broken 2011-09-08 11:02:17 +02:00
tutorial-chat-server.rst Renaming link/unlink to startsMonitoring/stopsMonitoring 2011-10-14 15:09:46 +02:00
typed-actors.rst Class names and types in the text are converted into literal blocks 2011-10-25 13:34:28 +02:00