| RemoteWatcherWatcheeByNodes Field |
Nodes that this node is watching, i.e. expecting heartbeats from these nodes. Map of address --> Set(watchee) on this address.
Namespace:
Akka.Remote
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected readonly Dictionary<Address, HashSet<IInternalActorRef>> WatcheeByNodes
val WatcheeByNodes: Dictionary<Address, HashSet<IInternalActorRef>>
Field Value
Type:
DictionaryAddress,
HashSetIInternalActorRefSee Also