pekko/akka-durable-mailboxes
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-beanstalk-mailbox/src Adding initial support for Props 2011-08-26 17:25:18 +02:00
akka-file-mailbox/src Adding initial support for Props 2011-08-26 17:25:18 +02:00
akka-mailboxes-common/src Remove SelfActorRef and use ActorContext to access state in ActorInstance. See #1202 2011-09-19 12:03:15 +02:00
akka-mongo-mailbox/src Remove SelfActorRef and use ActorContext to access state in ActorInstance. See #1202 2011-09-19 12:03:15 +02:00
akka-redis-mailbox/src Adding initial support for Props 2011-08-26 17:25:18 +02:00
akka-zookeeper-mailbox/src Adding initial support for Props 2011-08-26 17:25:18 +02:00