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