Package akka.actor
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.Internal API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isLocal()
-