Package akka.remote
Interface RemoteRef
-
- All Superinterfaces:
ActorRefScope
public interface RemoteRef extends ActorRefScope
-
-
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
-
-