Package org.apache.pekko.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.
-
Method Summary
-
Method Details
-
isLocal
boolean isLocal()
-