Stream<RequesterListUpdate> list(String path)

Source

Stream<RequesterListUpdate> list(String path) {
  RemoteNode node = nodeCache.getRemoteNode(path);
  return node._list(this);
}