pekko/akka-docs/general
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
configuration.rst Updated config documentation 2011-12-05 10:41:36 +01:00
event-handler.rst Slf4jEventHandler should not format log message. See #1401 2011-11-28 10:07:30 +01:00
guaranteed-delivery.rst Get rst docs building again and add some adjustments to the new cluster documentation 2011-11-09 10:40:22 +01:00
index.rst Get rst docs building again and add some adjustments to the new cluster documentation 2011-11-09 10:40:22 +01:00
jmm.rst Begin using compiled code examples in the docs. See #781 2011-10-05 17:41:29 +02:00
slf4j.rst Slf4jEventHandler should not format log message. See #1401 2011-11-28 10:07:30 +01:00
supervision.rst fix small naming errors in supervision.rst 2011-10-17 17:59:04 +02:00