Package akka.actor

Interface RepointableRef

  • All Superinterfaces:
    ActorRefScope
    All Known Implementing Classes:
    RepointableActorRef, RoutedActorRef

    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 Detail

      • isStarted

        boolean isStarted()