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 booleanisLocal() 
 - 
 
- 
- 
Method Detail
- 
isLocal
boolean isLocal()
- Specified by:
 isLocalin interfaceActorRefScope
 
 - 
 
 -