akka.actor
Interface LocalRef

All Superinterfaces:
ActorRefScope
All Known Subinterfaces:
MinimalActorRef
All Known Implementing Classes:
DeadLetterActorRef, EmptyLocalActorRef, LocalActorRef, Logging.StandardOutLogger, Nobody, Nobody$, PromiseActorRef, RemoteSystemDaemon, TestActorRef, TestFSMRef, UndefinedUidActorRef, VirtualPathContainer

public interface LocalRef
extends ActorRefScope

Refs which are statically known to be local inherit from this Scope


Method Summary
 boolean isLocal()
           
 

Method Detail

isLocal

boolean isLocal()
Specified by:
isLocal in interface ActorRefScope