Interface ActorRefScope

All Known Subinterfaces:
LocalRef, MinimalActorRef, RemoteRef, RepointableRef
All Known Implementing Classes:
Logging.StandardOutLogger, Nobody$

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.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • isLocal

      boolean isLocal()