pekko/akka-durable-mailboxes
Roland 0ed6a67e08 Remote DeathWatch (2): make it work
- introduce EmptyLocalActorRef, which is returned for unsuccessful
  look-ups of local scope
- this fixes the problem that actors—after their death—can still be
  looked up without losing their identity; otherwise behave like
  DeadLetterActorRef
- adapt tests accordingly
- make DeathWatchSpec reusable and build remote test from it
- remove several unused imports of LocalActorRef
- use LocalRef/RemoteRef in pattern matches where applicable: these are
  marker traits for a ref’s scope; InternalActorRef mandates a scope as
  per its self-type
2011-12-29 16:27:32 +01:00
..
akka-beanstalk-mailbox/src Remote DeathWatch (2): make it work 2011-12-29 16:27:32 +01:00
akka-file-mailbox/src Changed so that the configured FQCN of the mailboxType must be a MailboxType, not the Mailbox. See #1458 2011-12-21 19:37:18 +01:00
akka-mailboxes-common/src Changed so that the configured FQCN of the mailboxType must be a MailboxType, not the Mailbox. See #1458 2011-12-21 19:37:18 +01:00
akka-mongo-mailbox/src Remote DeathWatch (2): make it work 2011-12-29 16:27:32 +01:00
akka-redis-mailbox/src Remote DeathWatch (2): make it work 2011-12-29 16:27:32 +01:00
akka-zookeeper-mailbox/src Remote DeathWatch (2): make it work 2011-12-29 16:27:32 +01:00