Package org.apache.pekko.actor
Interface RepointableRef
- All Superinterfaces:
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 why
isStarted features here; it is not improbable that cluster
actor refs will have the same behavior.-
Method Summary
Methods inherited from interface org.apache.pekko.actor.ActorRefScope
isLocal
-
Method Details
-
isStarted
boolean isStarted()
-