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 why isStarted features here; it is not improbable that cluster actor refs will have the same behavior.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from interface org.apache.pekko.actor.ActorRefScope

    isLocal
  • Method Details

    • isStarted

      boolean isStarted()