pekko/akka-tutorials/akka-tutorial-first
Peter Vlugter 7b1cdb4457 Remove SelfActorRef and use ActorContext to access state in ActorInstance. See #1202
- removed SelfActorRef
- added an ActorContext interface that provides a view into ActorInstance
- the ActorInstance (as ActorContext) gets injected into the Actor
- moved self methods like sender and reply directly to the Actor
2011-09-19 12:03:15 +02:00
..
project Bump version to 2.0-SNAPSHOT 2011-05-18 12:44:37 +12:00
src/main Remove SelfActorRef and use ActorContext to access state in ActorInstance. See #1202 2011-09-19 12:03:15 +02:00
pom.xml Bump version to 2.0-SNAPSHOT 2011-05-18 12:44:37 +12:00
README Update tutorials and include source in the distribution 2011-05-10 16:37:31 +12:00

================
 First Tutorial
================

This is the source code for the first tutorial.

See the Akka Documentation for information about this tutorial.