pekko/akka-docs/rst/intro
Patrik Nordwall 4bd6b7aab1 improve AbstractActor, #21717
* Receive class that wraps PartialFunction, to avoid
  scary scala types
* move AbstractActorContext to AbstractActor.ActorContext
* converting docs, many, many UntypedActor
* removing UntypedActor docs
* add unit test for ReceiveBuilder
* MiMa filters
* consistent use of getContext(), self(), sender()
* rename cross references
* migration guide
* skip samples for now
* improve match type safetyi, add matchUnchecked
  * the `? extends P` caused code like this to compile:
    `match(String.class, (Integer i) -> {})`
  * added matchUnchecked, since it can still be useful (um, convenient)
    to be able to do:
    `matchUnchecked(List.class, (List<String> list) -> {})`
* eleminate some scala.Option
  * preRestart
  * findChild
  * ActorIdentity.getActorRef
2017-01-23 18:30:52 +01:00
..
deployment-scenarios.rst bump version to 2.5-SNAPSHOT (#21946) 2016-12-05 10:43:29 +01:00
getting-started.rst Update links to Lightbend RPv2, more warnings about auto-down 2016-09-02 10:26:47 +02:00
index-java.rst add akka.Main and use that to add Hello World docs 2013-04-30 11:31:17 +02:00
index-scala.rst add akka.Main and use that to add Hello World docs 2013-04-30 11:31:17 +02:00
use-cases.rst add preprocessor for RST docs, see #2461 and #2431 2012-09-21 13:58:47 +02:00
what-is-akka.rst improve AbstractActor, #21717 2017-01-23 18:30:52 +01:00
why-akka.rst =doc Akka & GitHub appearances in docs (#20968) 2016-07-18 10:33:44 +02:00