childAdded abstract method

Stream<String> childAdded(
  1. String path
)

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

The "childAdded" event is triggered once for each existing child and then again every time a new child is added to the specified path.

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

Implementation

Stream<String> childAdded(String path);