pekko/akka-tutorials/akka-tutorial-first/src/main
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
..
java/akka/tutorial/first/java Remove SelfActorRef and use ActorContext to access state in ActorInstance. See #1202 2011-09-19 12:03:15 +02:00
scala Remove SelfActorRef and use ActorContext to access state in ActorInstance. See #1202 2011-09-19 12:03:15 +02:00