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.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic interface RepointableRef : ActorRefScope
Public Interface RepointableRef
Inherits ActorRefScope
public interface class RepointableRef : ActorRefScope
type RepointableRef =
interface
interface ActorRefScope
end
The RepointableRef type exposes the following members.
Properties
See Also