childChanged abstract method

Stream<String> childChanged(
  1. String path
)

Obtains the "childChanged" event stream of the node under a given path.

The "childChanged" event is triggered any time a child node is modified. This includes any modifications to descendants of the child node.

The resulting stream contains the changed values serialized to JSON by similar rules to get.

Implementation

Stream<String> childChanged(String path);