pekko/akka-actor-testkit-typed/src
Patrik Nordwall 824e4196e7 Introduce RecipientRef interface for ActorRef and EntityRef, #24463
* to make it possible to use ActorContext.ask also with EntityRef
  destinations
* this abstraction will probably be useful for other things, where a
  full ActorRef is not required
* a RecipientRef only has to support tell (and ask), while a full ActorRef
  is watchable (destination has a lifecycle) and location transparent (serializable)
2018-09-21 14:39:18 +02:00
..
main Introduce RecipientRef interface for ActorRef and EntityRef, #24463 2018-09-21 14:39:18 +02:00
test make scalatest suite type agnostic 2018-09-17 17:54:54 +02:00