Package akka.actor
Interface RepointableRef
-
- All Superinterfaces:
ActorRefScope
public interface RepointableRef extends ActorRefScope
RepointableActorRef (and potentially others) may change their locality at runtime, meaning that isLocal might not be stable. RepointableActorRef has the feature that it starts out “not fully started” (but you can send to it), which is whyisStarted
features here; it is not improbable that cluster actor refs will have the same behavior.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isStarted()
-
Methods inherited from interface akka.actor.ActorRefScope
isLocal
-
-