Package akka.actor
Interface LocalRef
-
- All Superinterfaces:
ActorRefScope
- All Known Subinterfaces:
MinimalActorRef
- All Known Implementing Classes:
Logging.StandardOutLogger
,Nobody$
public interface LocalRef extends ActorRefScope
Refs which are statically known to be local inherit from this Scope
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isLocal()
-
-
-
Method Detail
-
isLocal
boolean isLocal()
- Specified by:
isLocal
in interfaceActorRefScope
-
-