- All Known Subinterfaces:
- LocalRef, MinimalActorRef, RepointableRef
- All Known Implementing Classes:
- DeadLetterActorRef, EmptyLocalActorRef, LocalActorRef, Logging.StandardOutLogger, Nobody, Nobody$, PromiseActorRef, RepointableActorRef, RoutedActorRef, UndefinedUidActorRef, VirtualPathContainer
public interface ActorRefScope
All ActorRefs have a scope which describes where they live. Since it is
often necessary to distinguish between local and non-local references, this
is the only method provided on the scope.