Click or drag to resize
RepointableRef Interface
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 [!:IsSt] features here; it is not improbable that cluster actor refs will have the same behavior. INTERNAL

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public interface RepointableRef : ActorRefScope

The RepointableRef type exposes the following members.

Properties
  NameDescription
Public propertyIsLocal (Inherited from ActorRefScope.)
Public propertyIsStarted
Top
See Also