= #17380 fix doc comments for java8 doclint
* actor and cluster-metrics comments * agent/camel/cluster/osgi/persistence/remote comments * comments in contrib/persistence-tck/multi-node/typed
This commit is contained in:
parent
bd280e3252
commit
18688fc84b
90 changed files with 287 additions and 329 deletions
|
|
@ -65,7 +65,7 @@ private[akka] object RemoteWatcher {
|
|||
* intercepts Watch and Unwatch system messages and sends corresponding
|
||||
* [[RemoteWatcher.WatchRemote]] and [[RemoteWatcher.UnwatchRemote]] to this actor.
|
||||
*
|
||||
* For a new node to be watched this actor periodically sends [[RemoteWatcher.Heartbeat]]
|
||||
* For a new node to be watched this actor periodically sends `RemoteWatcher.Heartbeat`
|
||||
* to the peer actor on the other node, which replies with [[RemoteWatcher.HeartbeatRsp]]
|
||||
* message back. The failure detector on the watching side monitors these heartbeat messages.
|
||||
* If arrival of hearbeat messages stops it will be detected and this actor will publish
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue