Watch for remote instance changes (for updating local ProxyState)
(&self)
| 653 | |
| 654 | /// Watch for remote instance changes (for updating local ProxyState) |
| 655 | pub fn watch_instances(&self) -> watch::Receiver<()> { |
| 656 | self.persistent.watch_prefix(keys::INST_PREFIX) |
| 657 | } |
| 658 | |
| 659 | /// Watch for remote node changes |
| 660 | pub fn watch_nodes(&self) -> watch::Receiver<()> { |
no outgoing calls
no test coverage detected